Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 340 Bytes

README.md

File metadata and controls

40 lines (19 loc) · 340 Bytes

Description

Realtime chat with Node + Express + SocketIO + mongoose

Routes:

  • /chat

COMMANDS

Install the node modules

    npm install

Then run the project with it

    npm run dev

Entity

Message :

content: String,
username: String,

user :

username: String,