spring-live-service-reactive/README.md
2022-03-25 12:52:02 +07:00

237 B

Live Service with Reactive

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

Contributors