Helios has four servers. One is a subscribing server using WebSocket, another is a publishing server using WebSocket, a third is a publishing server using http, the fourth is a restful API server using http.
You can subscribe message via WebSocket.
ws://example.com:{port}/sub- port
- Server port
- It's sub_ws in app_config.yml.
SUB {topic1, topic2, topics3 ...}
UNSUB {topic1, topic2, topic3 ...}
PING
DISCONNECT- SUB
- Subscribe topic
- UNSUB
- Unsubscribe topic
- PING
- Ping-Pong
- DISCONNECT
- Disconnect
ws://example.com:55400/sub
SUB org.code13k.topicws://example.com:55400/sub
SUB org.code13k.topic1 org.code13k.topic2 org.code13k.topic3ws://example.com:55400/sub
SUB org.code13k.topic1 org.code13k.topic2
UNSUB org.code13k.topic1