A real-time chat web application utilizing web sockets.
This is a fun project I decided to expand on in order to challenge myself to learn a new technology. Being that my focus was to implement and understand web sockets better, there are some pieces missing from this project that I plan to add over time.
You can take this application for a test drive by running the npm start
script from this project's directory in the terminal.
- Rooms (via web sockets)
- Location services
- Auto-scrolling
- Authentication & Password Encryption
Built with
- Socket.io
- Express
- MongoDB
- Mongoose
Tests can be run by using the npm test
command from the terminal.