Articles tagged: WebSockets
Found 11 documents
- Mozilla/Add-ons/Code_snippets/StringView As web applications become more and more powerful, adding features such as audio and video ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWebSocketChannel Implemented by: ?????????????????????????????????????. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIWebSocketListener Called to acknowledge a message sent via nsIWebSocketChannel.sendMsg() or ...
- 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 WebSockets is an advanced technology that makes it possible to open an interactive communication ...
- Web/API/WebSockets_API/Writing_a_WebSocket_server_in_Java This example shows you how to create a WebSocket API server using Oracle Java. Although other ...
- 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_server If you would like to use the WebSocket API, it is useful if you have a server. In this article I ...
- 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: