Skip to content
#

server-sent-events

Here are 82 public repositories matching this topic...

WebFlux Server using the Spring WebFlux framework and reactive Kafka which exposes a REST API for the clients to make secure HTTP requests. Once a secure connection is established between the client and the web flux server, it consumes messages from Kafka topics and pushes the data asynchronously without closing connection with the client unless…

  • Updated Mar 6, 2021
  • Java
aws-fargate-server-sent-events-sse-amazon-kinesis-data-streams

When dealing with real-time data it is often required to send that data over the internet to various sources. Various technologies have enabled this such as web sockets and long polling. Recently server-sent events (SSE) has become a popular technology to push updates to clients. Ingesting this type of data source into AWS requires a client to b…

  • Updated Sep 3, 2021
  • Java

Improve this page

Add a description, image, and links to the server-sent-events topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the server-sent-events topic, visit your repo's landing page and select "manage topics."

Learn more