Skip to content

harsh9o9/chat-buddy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Buddy Backend

Backend for chat buddy realtime chatting website, build using socket.io and Express.js (link)

Technologies:

  • Socket.io
  • Express.js
  • Node.js
  • Express validator
  • jsonwebtoken
  • mongoose

Startup:

  • Need git, node, npm installed
  • Clone the repo git clone <repo-link>
  • Install dependencies npm install
  • Run server npm start

Details: In this website I created my own authentication and session management logic using JWT tokens, Here is how the flow goes:

  • Auth flow_img

Here is the link for FRONTEND repo (link)

About

Backend of chat website made with express and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published