Skip to content

Ignitus/lms-conversations-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS Conversations Backend 🎯

A chat application built under sub-project LMS

TechStack

  • NodeJS- Executes JavaScript code outside of a browser.
  • ExpressJS- Express is a minimal and flexible Node.js web application framework.
  • MongooseJS- Elegant mongodb object modeling for NodeJS.
  • Socket.io- Socket.IO enables real-time, bidirectional and event-based communication.
  • ExpressJWT- Provides Express middleware for validating JWTs (JSON Web Tokens) through the jsonwebtoken module.
  • jsonwebtoken- An implementation of JSON Web Tokens.

Database

  • MongoDB - The database for modern applications.

Chat Architecture

image for architecture