From 4c8e4c31fb4184bcc9e441f49d1898ae3daa7c5b Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 25 Mar 2022 12:52:02 +0700 Subject: [PATCH] Updated README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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