A Socket chat app made in Node JS
- Communication between users
- 1-to-many communication
- 1 to 1 communication
- Communication between chat rooms
- chat design
- login design
- User entry and user exit notifications
- Express JS
- Socket.io
- Emit
- Broadcast
- To install the app type the next command in terminal
npm install
npm start
