A progressive Node.js framework for building efficient and scalable server-side applications.
I decided to get familiar with websockets in Nest.js, realtime chat is the first thing that came to my mind
- PassportJS/JWT auth
- Rooms
- Kick/Ban user
$ npm install
# start docker containers
$ docker-compose up
# development
$ npm run start
# watch mode
$ npm run start:dev