Articles tagged: WebSocket
Found 6 documents
- Glossary/WebSockets WebSocket is a protocol that allows for a persistent TCP connection between server and client so ...
- Web/API/CloseEvent A CloseEvent is sent to clients using WebSockets when the connection is closed. This is ...
- Web/API/WebSocket The WebSocket object provides the API for creating and managing a WebSocket connection to a ...
- Web/API/WebSockets_API/Writing_WebSocket_client_applications WebSockets is a technology, based on the ws protocol, that makes it possible to establish a ...
- Web/API/WebSockets_API/Writing_WebSocket_servers A WebSocket server is a TCP application listening on any port of a server that follows a ...
- Web/Events/close close events are generated by several APIs: