A basic and robustĀ chat web application that automatically synchronize acrossĀ several different browsers using Socket.IO
- NodeJS
- npm
- Express Framework
- Socket.io
- MongoDB Atlas - Mongoose
- Promises, Async/Await
- Error Handling (try/catch/finally)
- Test Driven Development with Jasmine
# Clone this repository
git clone https://github.com/trinityng/chatbox.git
# Go into the repository
cd chatbox
# Start server
npm start
# Test application using Jasmine
npm test
Trinh Nguyen - trinityng