server-sent-events topic

List server-sent-events repositories

sse.js

370
Stars
83
Forks
Watchers

A flexible Server-Sent Events EventSource polyfill for Javascript

micropython-aioweb

29
Stars
14
Forks
Watchers

A minimalist asyncio web framework for MicroPython.

remix-live-loader

50
Stars
4
Forks
Watchers

Utility helpers and a practical demonstration of using Server-Sent Events for real-time data updates in Remix

rust-eventsource-client

58
Stars
22
Forks
Watchers

Server-sent events (SSE) client implementation for Rust

vertx-sse

44
Stars
14
Forks
Watchers

Add support for Server-Sent-Events in Vert.x Web

server-sent-events

34
Stars
20
Forks
Watchers

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 a...

custom-sse

22
Stars
0
Forks
Watchers

Understand Server-Sent Events (SSE), analyze its principle, and implement custom SSE.

sse-chat-example

16
Stars
2
Forks
Watchers

A little example chat script, which uses server sent events instead of polling.