Skip to content

adaptto-live/adaptto-live-server

Repository files navigation

adaptTo() Live Server

Build Quality Gate Status

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

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev