diff --git a/README.md b/README.md index b39ca20..8012d9a 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file