WebSocket: Difference between revisions

From Resonite Wiki
add information about websockets
 
add feature category
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
=== ProtoFlux nodes ===
=== ProtoFlux nodes ===


* [[WebsocketConnect (ProtoFlux Node) | WebsocketConnect]] ProtoFlux node
* [[Websocket Connect (ProtoFlux) | WebsocketConnect]] ProtoFlux node
* [[WebsocketConnectionEvents (ProtoFlux Node) | WebsocketConnectionEvents]] ProtoFlux node
* [[Websocket Connection Events (ProtoFlux) | WebsocketConnectionEvents]] ProtoFlux node
* [[WebsocketTextMessageSender (ProtoFlux Node) | WebsocketTextMessageSender]] ProtoFlux node
* [[Websocket Text Message Sender (ProtoFlux) | WebsocketTextMessageSender]] ProtoFlux node
* [[WebsocketTextMessageReceiver (ProtoFlux Node) | WebSocketTextMessageReceiver]] ProtoFlux node
* [[Websocket Text Message Receiver (ProtoFlux) | WebSocketTextMessageReceiver]] ProtoFlux node


=== Troubleshooting ===
=== Troubleshooting ===


* [[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
[[Category:Features]]

Latest revision as of 05:48, 10 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

ProtoFlux nodes

Troubleshooting

Further reading