rest-node-nestjs icon indicating copy to clipboard operation
rest-node-nestjs copied to clipboard

EP - WebSocket Integration

Open PrajwalKarale08 opened this issue 3 years ago • 0 comments

Basic Socket.io - Websocket integration

Originally posted by @PareshNeosoft in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/114 A WebSocket is a persistent connection between a client and server. With this API, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.

PrajwalKarale08 avatar Aug 25 '21 10:08 PrajwalKarale08