You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Helios** is topic-based pub/sub server using WebSocket written in java.
3
-
Helios provide a solution to broadcast message to many subscriber. So it can send many messages to many subscribers.
4
-
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.
2
+
**Helios** is topic-based pub/sub server using WebSocket written in Java.
3
+
Helios provide a solution to broadcast message to many subscriber. So it can send many messages to many subscribers quickly.
4
+
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.
0 commit comments