adaptTo() Live server application (Node JS app with socket.io and MongoDB).
Technology Stack:
- NodeJS server application
- Uses Websockets (via socket.io) to communicate with client application
- Uses Mongoose to access MongoDB database
Dependencies:
- Node 18 or higher
- Requires MongoDB server
npm install
npm run dev