WebSocket
Quick Start

WebSockets are responsible for handling incoming requests and returning responses to the client requests in realtime over websocket protocol.

WebSocket use socket.io (opens in a new tab) as communication layer.

Run command below to use Heron WebSocket module:

 
npm i @heronjs/websocket