Skip to content

Express + Socket.io Server (NodeJs) for chatApp (MERN stack app) deployed @heroku

Notifications You must be signed in to change notification settings

kar-thee/chatApp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatApp-server

Express and Socket.io http-Server (NodeJs) for chatApp (MERN stack app) deployed @heroku
a backend server application developed with Expressjs (part of full Stack MERN Application - chatApp)

FrontEnd Repo Link


Server Info

  • Implemented Socket.io http-Server with Express App-Server
  • Implemented Private and Group Chat Features
  • Implemented Search User Feature (both Partial and full Text Search) with MongoDB Text Search (created Search Index in Users collection) and also using Regex
  • cors enabled with respective origin for both Express and Socket io servers
  • CRUD operations developed for -> Chats and Messages
  • Implemented User-Authentication with jwt
  • Password Encryption with bcrypt
  • DB -> Messages collection,Chats Collection and Users Collection
  • mongoose ODM

  • Releases

    No releases published

    Packages

    No packages published