Go to file
Sambo Chea 7a87fdd2cc
Udated stream api
2022-03-25 16:01:50 +07:00
gradle/wrapper Init project 2022-03-25 12:50:28 +07:00
src Udated stream api 2022-03-25 16:01:50 +07:00
.gitignore Init project 2022-03-25 12:50:28 +07:00
build.gradle.kts Init project 2022-03-25 12:50:28 +07:00
gradlew Init project 2022-03-25 12:50:28 +07:00
gradlew.bat Init project 2022-03-25 12:50:28 +07:00
README.md Updated README.md 2022-03-25 12:52:02 +07:00
settings.gradle.kts Init project 2022-03-25 12:50:28 +07:00

Live Service with Reactive

  • Publish message
GET /api/publish?message=hello
  • Subscribe to message
GET http://localhost:8080/api/stream/chat

Contributors