eventsource
There are 136 repositories under eventsource topic.
centrifugal/centrifugo
Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.
whatwg/html
HTML Standard
Azure/fetch-event-source
A better API for making Event Source requests, with all the features of fetch()
centrifugal/centrifuge
Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.
EventSource/eventsource
EventSource client for Node.js, browsers and other JavaScript runtimes
inaka/EventSource
A simple Swift client library for the Server Sent Events (SSE)
mpetazzoni/sse.js
A flexible Server-Sent Events EventSource polyfill for Javascript
hhxsv5/php-sse
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
centrifugal/centrifuge-js
JavaScript client SDK to communicate with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native. Supports WebSocket, HTTP-streaming over Fetch and Readable Stream API, EventSource, WebTransport.
qiayue/php-openai-gpt-stream-chat-api-webui
不使用任何框架,php + html + css + js 原生实现 openai gpt chat 接口对接,实现流式数据传输和接收,附带简洁网页demo。
mechero/full-reactive-stack
Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular
binaryminds/react-native-sse
Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀
aio-libs/aiohttp-sse
Server-sent events support for aiohttp
launchdarkly/swift-eventsource
Server-sent events (SSE) client implementation in Swift for iOS, macOS, tvOS, and watchOS
OKTAYKIR/EventFlow.Example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
aliakh/demo-spring-sse
'Server-Sent Events (SSE) in Spring 5 with Web MVC and Web Flux' article and source code.
rajveermalviya/unifrost
Making it easier to push pubsub events directly to the browser.
opensaasstudio/plasma
universal server push middleware by using gRPC stream and Server Sent Events(SSE)
launchdarkly/okhttp-eventsource
Server-sent events (SSE) client implementation for Java, based on OkHttp: http://javadoc.io/doc/com.launchdarkly/okhttp-eventsource
hoaproject/Eventsource
The Hoa\Eventsource library.
mroth/sseserver
:surfer: High-performance Server-Sent Events endpoint for Go
microsoft/ApplicationInsights-dotnet-logging
.NET Logging adaptors
microsoft/ETW2JSON
Tool and library to convert ETW logs to JSON files
francois2metz/em-eventsource
em-eventsource is an eventmachine library to consume Server-Sent Events streaming API.
launchdarkly/rust-eventsource-client
Server-sent events (SSE) client implementation for Rust
Recouse/EventSource
Server-sent events in Swift
byjg/jquery-sse
jQuery Plugin for Server-Sent Events (SSE) EventSource Polyfill
joshmossas/event-source-plus
A more configurable EventSource implementation that works in browsers, node, and workers
launchdarkly/dotnet-eventsource
Server-sent events (SSE) client implementation for .NET
lukas-reining/eventsource
EventSource implementation that is fully compliant with the WHATWG Server-Sent Events specification but takes more arguments.
toverux/expresse
ExpreSSE: A better module for working with Server-Sent Events in Express
jpopesculian/reqwest-eventsource
Helper to build an Eventsource using reqwest
biowink/oksse
Server Sent Events (SSE) client multiplatform library made with Kotlin and backed by coroutines
launchdarkly/ruby-eventsource
Server-Sent Events client for Ruby
launchdarkly/ios-eventsource
Server-Sent Events for iOS and Mac