Updated README.md

This commit is contained in:
2022-03-25 12:52:02 +07:00
parent bbedf31792
commit 4c8e4c31fb

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>