You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instant messaging server. Backend in JS Node.js. Wire transport is JSON over websocket. Persistent storage MongoDB. Other databases can be supported by writing custom adapters.
How to run
type in terminal :`
npm install
type in terminal :
npm start
About
simple real-time messaging app using node-js , socket.io, mongodb,...