Chat Application using socket.io (web socketes) and nodejs
https://binchat.herokuapp.com/
- clone repo
- go to Directory
- Open project on Vs code (or any suitable for you)
- In Terminal , type following command
$ npm install
# for installing all the required node modules
$npm run dev
#for starting server
All the static files are in Public Directory All the server files and custome modules are in src/ directory