Operators
- WebSocketInject: Operator recieves messages from WebSocket clients and generates a tuple which is sent to streams.
- WebSocketSend: Operator transmits tuples recieved on the input port via WebSocket protocol to connected clients.Upon startup, starts WebSocket Server. As tuple arrives on the input port they're converted intoJSON formatted messages and transmitted to all currently connected clients. Clients can connect and disconnect at anytime.