Skip to content

Commit e83f8be

Browse files
committed
Update README.md
1 parent e130f7d commit e83f8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Helios [![Build Status](https://travis-ci.org/code13k/helios.svg?branch=master)](https://travis-ci.org/code13k/helios)
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.
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.
55

66
It provide pub method via HTTP and WebSocket.
77
You can publish message using HTTP and WebSocket.

0 commit comments

Comments
 (0)