logo image
Search
Navigation menu
logo avatar
websocket

Websocket

The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user is browser and a 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.