Install the following packages in your nest js app npm i --save @nestjs/websockets @nestjs/platform-socket.io After installing the packages you need to initialize in main.ts import { NestFactory } from '@nestjs/core'; import { AppModule } from './ap...
·