Chat-app
This is a live chat app based on socket.io.
- run
npm install
to install all the required modules - run
npm start
ornode server/server.js
to start the local server. - Visit the live app inside your browser. http://localhost:3000
This is a live chat app based on socket.io.
npm install
to install all the required modulesnpm start
or node server/server.js
to start the local server.