Total Pageviews

Thursday 26 May 2022

NodeSocks

 A demo Node.js + Socket.IO chat application.

A demo Node.js + Socket.IO application that covers most of the basic needs of a pubsub system.

##Running the app

You need Express 2.5.x, Socket.IO and EJS. Install them this way:

$ npm install express@2.5.10
$ npm install socket.io@0.9.6
$ npm install ejs@0.7

To start the app, do:

$ node server.js

Access it on your browser at: http://vps-public-ip:7100

Enjoy.

from https://github.com/kishorenc/NodeSocks

 

No comments:

Post a Comment