Commit 538f642d authored by Lokesh Singh's avatar Lokesh Singh

Update readme.md

parent 82500a85
## Server-Sent Event Application with Spring Webflux
learning: how server-sent event technology works.
SSE provides asynchronous communication with event stream from server to the client over HTTP for web applications.
The server can send un-directional messages/events to the client and can update the client asynchronously.
```
curl --location --request POST 'http://localhost:8080/api/v1/live-scores' \
--header 'Content-Type: application/json' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment