/ChatApp

Try it out!

Primary LanguageJavaScript

REAL TIME CHATAPP

REAL TIME CHAT APPLICATION SERVICE USING SOCKETS.

INSTALLATION


It requires Node.js v4+ to run.


Install the dependencies and devDependencies and start the server.

$ cd ChatApp
$ npm install express
$ npm link express
$ node index.js


Run https://localhost:3000