the backend api that manages the rooms service
first install the dependencies
git clone https://github.com/theSEClub/api.rooms.seclub.io
cd api.rooms.seclub.io
npm install
npm run start
then navigate to https://localhost:8080
, notice the https
it's required to be with an s
if Nestjs was too much and you gave up, move to ExpressJS and just refactor and organize the code
- Original Repository
- NestJS
- ExpressJS
- JavaScript
- SocketIO
- WebRTC (just for general knowledge)