spring-live-service-reactive/README.md
2022-03-25 12:52:02 +07:00

13 lines
237 B
Markdown

# 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>