Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 184 Bytes

SocketChat

A simple single room chat web application created using socket.io and Nodejs.

Run

  • Install Nodejs
  • Clone the repo.
  • Install dependencies.
  • Run npm run devStart.