Securing Socket.io in NestJS with JWT and Passport: A Comprehensive Guide [Part 1 ]
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...
article.kumarchaudhary.com.np6 min read
Leon
Nice