This is a basic realtime chat application with following features:
Login and Register.
Authorized API access.
Authorized Websocket channels.
Realtime Online users status.
Realtime messaging.
Server and client sync sessions.
Frontend: https://github.com/misbahkhalilaz/chat-room-web.
username:
alice
, password:abc123
username:bob
, password:abc123
username:tom
, password:abc123
Node with Typescript.
ExpressJS.
MongoDB with Mongoose.
Socket.IO.
JWT.
npm i
.
npm run local
.