/chatbox

šŸ—£ A basic and robustĀ chat application that automatically synchronize acrossĀ several different browsers using Socket.IO

Primary LanguageJavaScript

chatbox šŸ’»

PRs Welcome Top Language Dependencies

A basic and robust chat web application that automatically synchronize across several different browsers using Socket.IO

Concepts Learned šŸ“š

  • NodeJS
  • npm
  • Express Framework
  • Socket.io
  • MongoDB Atlas - Mongoose
  • Promises, Async/Await
  • Error Handling (try/catch/finally)
  • Test Driven Development with Jasmine

Installation šŸ› ļø

# Clone this repository
git clone https://github.com/trinityng/chatbox.git

# Go into the repository
cd chatbox

# Start server
npm start

Testing āš™ļø

# Test application using Jasmine
npm test

Author šŸ‘©ā€šŸ’»

Trinh Nguyen - trinityng