A real-time online chat application
This was my first Node.js application. I used the ExpressJS and Socket.io dependencies to help me out to create a real-time chat service with websockets!
- Real-time chatting with websockets provided by Socket.io
- Modern, clean UI with FontAwesome icons
- No limit on number of users (theoretically)
- List of users to see who is online
- Photo (click the camera icon) and link (automatically detected) sending
- Colorful bubbles from others with clear name indication
- No duplicate names to avoid confusion