Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 248 Bytes

Chat-app

This is a live chat app based on socket.io.

  • run npm install to install all the required modules
  • run npm start or node server/server.js to start the local server.
  • Visit the live app inside your browser. http://localhost:3000