rest-node-nestjs
rest-node-nestjs copied to clipboard
EP - WebSocket Integration
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.