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,