How to Build a WebSocket Adapter In NestJs
Too Long; Didn't Read
In this article I show an example of working with sockets in NestJS. I also clearly explain what socket.io adapter is and what tasks it can be used for. I show the reader what problems I encountered when testing the operation of the Redis adapter and how I overcame them. After this article, the reader will be able to independently start using socket libraries in NetsJs.