Updated README.md

This commit is contained in:
Sambo Chea 2022-03-25 12:52:02 +07:00
parent bbedf31792
commit 4c8e4c31fb
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -1,5 +1,13 @@
# Live Service with Reactive
- Publish message
```http request
GET /api/publish?message=hello
```
- Subscribe to message
```http request
GET http://localhost:8080/api/stream/chat
```
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>