Go to file
Sambo Chea 4c8e4c31fb
Updated README.md
2022-03-25 12:52:02 +07:00
gradle/wrapper Init project 2022-03-25 12:50:28 +07:00
src Init project 2022-03-25 12:50:28 +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