A chat box using socket io and node js
INSTALLATION
-
Clone the repo
-
Install Node.js https://nodejs.org/en/download/package-manager/
-
Install Socket IO
npm install socket.io --save
Further Study: https://socket.io/ https://www.npmjs.com/package/socket.io
-
Run the following command inside clonned project
npm install
node index.js
-
Observe the output at
localhost/3000