You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Intro
A Live chat made with websockets using Socket io
## Install
Install packages:
`npm install`
Run app:
`npm start`
**optional:**
Add app.js to a node process manager like PM2, forever or nodemon.