This is a Node.js chat room powered by Express and socket.io.
There is a working live demo at http://eslab1.azurewebsites.net/
- Send text message to public room and specific user
- User register and login
- Save login status
- User list showing who is online
- Offline messages
- Notification for new private messages
- Show messages timestamp using tooltips
- Clean design
$ git clone https://github.com/ESLab-2017/Lab1.git
$ cd Lab1
$ npm install
$ npm start
localhost:8080
- Express - Web framwork for Node.js
- socket.io - Enables real-time bidirectional event-based communication
Kuan Tung | Mike Lee |