spring-live-service-reactive/README.md

13 lines
237 B
Markdown
Raw Permalink Normal View History

2022-03-25 12:50:28 +07:00
# Live Service with Reactive
2022-03-25 12:52:02 +07:00
- Publish message
```http request
GET /api/publish?message=hello
```
2022-03-25 12:50:28 +07:00
2022-03-25 12:52:02 +07:00
- Subscribe to message
```http request
GET http://localhost:8080/api/stream/chat
```
2022-03-25 12:50:28 +07:00
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>