m Remove node in protoflux links.  | 
				 add more links  | 
				||
| Line 21: | Line 21: | ||
* [[Troubleshooting:Websockets | Troubleshooting WebSockets]]  | * [[Troubleshooting:Websockets | Troubleshooting WebSockets]]  | ||
=== Further reading ===  | |||
* [[Wikipedia:WebSocket|WebSocket]] on Wikipedia  | |||
* [https://websockets.spec.whatwg.org/ The WebSocket standard] on WHATWG  | |||
Revision as of 11:34, 6 June 2024
WebSocket is a protocol providing two-way communication channels over a TCP connection.
It allows a client and server to communicate via event-driven responses without having to poll the server for a reply.
Resonite offers WebSocket support through ProtoFlux.
Related articles
Components
- WebsocketClient component
 
ProtoFlux nodes
- WebsocketConnect ProtoFlux node
 - WebsocketConnectionEvents ProtoFlux node
 - WebsocketTextMessageSender ProtoFlux node
 - WebSocketTextMessageReceiver ProtoFlux node
 
Troubleshooting
Further reading
- WebSocket on Wikipedia
 - The WebSocket standard on WHATWG