An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with eventsource

A curated list of projects in awesome lists tagged with eventsource .

https://github.com/centrifugal/centrifugo

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably, socket.io, Phoenix.PubSub, SignalR. Set up once and forever.

ably alternative eventsource grpc http-streaming http3 messaging pubnub pubsub pusher real-time redis scalability server-sent-events socket-io sse streaming websocket websockets webtransport

Last synced: 12 Mar 2026

https://github.com/centrifugal/centrifuGo

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

eventsource grpc http-streaming http3 messaging pubsub real-time redis scalability sockjs sse streaming websocket websockets webtransport

Last synced: 12 Mar 2025

https://github.com/azure/fetch-event-source

A better API for making Event Source requests, with all the features of fetch()

eventsource server-sent-events

Last synced: 14 May 2025

https://github.com/Azure/fetch-event-source

A better API for making Event Source requests, with all the features of fetch()

eventsource server-sent-events

Last synced: 06 Apr 2025

https://github.com/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.

authentication eventsource http-streaming json messaging protobuf pubsub real-time redis scalability sse websocket

Last synced: 11 May 2025

https://github.com/eventsource/eventsource

EventSource client for Node.js, browsers and other JavaScript runtimes

eventsource server-sent-events sse

Last synced: 11 May 2025

https://github.com/EventSource/eventsource

EventSource client for Node.js, browsers and other JavaScript runtimes

eventsource server-sent-events sse

Last synced: 16 Mar 2025

https://github.com/inaka/eventsource

A simple Swift client library for the Server Sent Events (SSE)

eventsource sse sse-client swift

Last synced: 17 Jun 2025

https://github.com/mpetazzoni/sse.js

A flexible Server-Sent Events EventSource polyfill for Javascript

eventsource eventsource-implementations javascript server-sent-events sse sse-client

Last synced: 15 May 2025

https://github.com/inaka/EventSource

A simple Swift client library for the Server Sent Events (SSE)

eventsource sse sse-client swift

Last synced: 18 Jul 2025

https://github.com/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.

event-stream events eventsource server-sent-events sever-events sse

Last synced: 16 May 2025

https://github.com/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.

centrifuge centrifugo eventsource http-streaming javascript javascript-client pubsub real-time realtime server-sent-events websocket webtransport

Last synced: 13 Apr 2025

https://github.com/mechero/full-reactive-stack

Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular

angular docker eventsource mini-book mongodb spring-boot webflux

Last synced: 06 Apr 2025

https://github.com/binaryminds/react-native-sse

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀

android event-source eventsource ios react-native sse typescript

Last synced: 16 May 2025

https://github.com/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.

command-handler cqrs cqrs-es-architecture ddd domain-driven-design dotnet-core dotnetcore event-driven event-driven-architecture event-handler event-sourcing eventflow eventsource eventsourcing eventstore ges mongodb rabbitmq sagas snapshot-store

Last synced: 01 Apr 2026

https://github.com/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.

command-handler cqrs cqrs-es-architecture ddd domain-driven-design dotnet-core dotnetcore event-driven event-driven-architecture event-handler event-sourcing eventflow eventsource eventsourcing eventstore ges mongodb rabbitmq sagas snapshot-store

Last synced: 06 May 2025

https://github.com/aliakh/demo-spring-sse

'Server-Sent Events (SSE) in Spring 5 with Web MVC and Web Flux' article and source code.

eventsource server-sent-events serversentevent sse sseemitter

Last synced: 21 Aug 2025

https://github.com/rajveermalviya/unifrost

Making it easier to push pubsub events directly to the browser.

eventsource google-cloud-pubsub in-memory nats sse stream-events

Last synced: 07 May 2025

https://github.com/opensaasstudio/plasma

universal server push middleware by using gRPC stream and Server Sent Events(SSE)

eventsource go grpc grpc-stream middleware serverpush

Last synced: 18 Mar 2025

https://github.com/launchdarkly/okhttp-eventsource

Server-sent events (SSE) client implementation for Java, based on OkHttp: http://javadoc.io/doc/com.launchdarkly/okhttp-eventsource

eventsource java okhttp server-sent-events

Last synced: 14 Jan 2026

https://github.com/hoaproject/Eventsource

The Hoa\Eventsource library.

eventsource hoa http library php server-sent-events

Last synced: 16 Nov 2025

https://github.com/mroth/sseserver

:surfer: High-performance Server-Sent Events endpoint for Go

eventsource go golang server sse streaming

Last synced: 01 May 2025

https://github.com/francois2metz/em-eventsource

em-eventsource is an eventmachine library to consume Server-Sent Events streaming API.

eventmachine eventsource eventsource-implementations ruby sse-client

Last synced: 06 Apr 2025

https://github.com/joshmossas/event-source-plus

A more configurable EventSource implementation that works in browsers, node, and workers

eventsource fetch realtime server-sent-events sse sse-client

Last synced: 05 Apr 2025

https://github.com/jpopesculian/reqwest-eventsource

Helper to build an Eventsource using reqwest

async event eventsource reqwest rust sse stream

Last synced: 16 Dec 2025

https://github.com/lukas-reining/eventsource

EventSource implementation that is fully compliant with the WHATWG Server-Sent Events specification but takes more arguments.

eventsource server-sent-events sse

Last synced: 02 Apr 2026

https://github.com/byjg/jquery-sse

jQuery Plugin for Server-Sent Events (SSE) EventSource Polyfill

eventsource jquery-plugin jquery-sse server-sent-events

Last synced: 19 Apr 2025

https://github.com/toverux/expresse

ExpreSSE: A better module for working with Server-Sent Events in Express

eventsource express express-middleware nodejs server-sent-events sse stream

Last synced: 12 Mar 2026

https://github.com/gcedo/eventsourcemock

Mock EventSource in tests.

eventsource javascript-tests mock test

Last synced: 08 Sep 2025

https://github.com/dacurse/remix-chat-app

Proof of concept for a real-time chat app using Server-Sent Events in Remix

chat eventsource react remix-run sse typescript

Last synced: 12 Jul 2025

https://github.com/lluchs/eventsource

Rust client for the EventSource browser API

eventsource

Last synced: 09 Apr 2026

https://github.com/cwc/eventsource_ex

Elixir EventSource (Server-Sent Events) client

eventsource server-sent-events

Last synced: 21 Feb 2026

https://github.com/viniciusgerevini/sse-client

EventSource implementation in Rust to handle streams of Server-Sent Events

client eventsource sse sse-client stream

Last synced: 20 Jun 2025

https://github.com/stitchng/adonis-sse

An addon/plugin package to provide server-sent events functionality for AdonisJS 4.0+

adonisjs event-streaming eventsource server-sent-event

Last synced: 14 Oct 2025

https://github.com/alexanderkasten/use-next-sse

use-next-sse is a lightweight and easy-to-use React hook library for implementing Server-Sent Events (SSE) in Next.js applications, enabling real-time, unidirectional data streaming from server to client.

data events eventsource nextjs react real-time server-sent-events serverless sse streaming

Last synced: 19 Feb 2026

https://github.com/swisslife-oss/thor-generator

An Event Tracing for Windows (ETW) EventSource generator built on .Net Core 2.0

csharp dotent etw event-tracing-for-windows eventsource

Last synced: 11 Aug 2025

https://github.com/swisslife-oss/thor-client

An ETW EventSource Tracing Core build on .Net Standard 2.0

c-sharp core diagnostics dotnet etw eventsource logging tracing

Last synced: 13 Apr 2025

https://github.com/bjarneo/instantly

EventSource convenience wrapper

eventsource sse

Last synced: 25 Apr 2025

https://github.com/expecho/semanticlogging.eventhub

SemanticLogging.EventHub is a collection of sinks for the Semantic Logging Application Block that exposes Event Source events to an Azure Event Hub.

azure azure-event-hub azure-event-hubs azure-eventhub etw event-hubs eventsource logging semantic-logging structured-logging

Last synced: 26 Sep 2025

https://github.com/yanshouwang/cure

A library for Dart developers which contains some useful tools and extensions: Signalr, MessagePack, CRC, HTTP, EventSource, WebSocket, etc.

crc cure dart eventsource http messagepack signalr websocket

Last synced: 13 Apr 2025

https://github.com/ahmadnassri/node-serve-reload-replace

simple http server with built-in live reload, server-sent events, server side includes, and more!

eventsource node reload server sse ssi static watch

Last synced: 30 Apr 2025

https://github.com/chlodalejandro/wikimedia-streams

Receive events from Wikimedia wikis using the Wikimedia Event Platforms' EventStreams.

events eventsource eventstreams mediawiki sse wikimedia wikipedia

Last synced: 03 Mar 2026

https://github.com/wangzihaogithub/sse-server

sse协议的后端service,前端可以不引入js依赖,直接写业务逻辑,后端可以直接根据用户ID推送消息

eventlisteners eventsource sse visibilitychange

Last synced: 14 Jan 2026

https://github.com/isocroft/ssenode

A library for setting up server-sent events in Node.js

eventsource nodejs server-sent-events sse stream

Last synced: 27 Apr 2026

https://github.com/lsongdev/server-sent-events

server send events library for node.js

eventsource http realtime server-push sse

Last synced: 23 Aug 2025

https://github.com/swisslife-oss/thor-analyzer

An ETW EventSource analyzer build on .Net Standard 2.0

analyzer c-sharp diagnostics dotnet etw eventsource eventsource-analyzer logging tracing

Last synced: 18 Apr 2026

https://github.com/expecho/service-fabric-concept-demos

Repository demonstrating various Service Fabric concepts like actor events & reminders and listening to configuration changes.

actor-model actors azure azure-service-fabric etw eventcounter eventlistener eventsource logging service-fabric

Last synced: 04 Oct 2025

https://github.com/mbta/server_sent_event_stage

A GenStage producer which parses the ServerSentEvent protocol

elixir eventsource

Last synced: 14 Apr 2025

https://github.com/expecho/semanticlogging.database.xml

SemanticLogging.Database.Xml is a sink for the Semantic Logging Application Block that exposes Event Source events to an Sql Server database. The payload data is stored in an xml document instead of a Json document

etw eventsource logging semantic-logging sql-server sql-server-database sqlserver structured-logging xml

Last synced: 06 Mar 2025

https://github.com/wkennedy/pubsubly

Pubsubly is an application to track messages as they flow through a pub/sub backed message driven architecture.

activemq event eventsource eventsourcing eventstream kafka publish-subscribe spring-kafka

Last synced: 24 Jan 2026

https://github.com/jonathanstowe/eventsource-client

A client for server sent events in Raku

async client eventsource raku server-sent-events

Last synced: 02 Apr 2025

https://github.com/axway-streams/axway-amplify-streams-cpp

Sample application to show how to use Streamdata.io in a C++ application

cpp eventsource server-sent-events sse streaming-data

Last synced: 13 Aug 2025

https://github.com/fabricatorsguild/fg.autologger

AutoLogger simplifies logging in .NET solutions without adding overhead to your code

concrete-loggers dotnet etw eventsource eventsource-implementations generating-eventsources visual-studio

Last synced: 18 May 2026

https://github.com/fiatjaf/parser-frenzy

[ABANDONED] an app that allows developers to build intelligent and offline-first data-entry apps for normal people.

data-entry eventsource jq pouchdb sql

Last synced: 07 Apr 2025

https://github.com/ltgcgo/eclipsed

🔊 The Royal Canterlot Voice for SSE/EventSource.

deno deno-module eventsource no-npm

Last synced: 26 May 2026

https://github.com/itn3000/opentelemetry.collector.eventsource

unofficial opentelemetry collector for System.Diagnostics.Tracing.EventSource

csharp eventsource opentelemetry

Last synced: 18 Apr 2026

https://github.com/daggerok/wildfly-swarm-microservice

JavaEE, CQRS and Event Sourcing by Using JAX-RS and CDI Events with basic in-memory eventstore and Query prpjection (Rapid Java EE development with Wildfly Swarm and JBoss Forge)

cdi cdi-injection commands cqrs cqrs-application cqrs-es cqrs-simple events eventsource eventsourcing eventstore java-ee javaee

Last synced: 07 May 2026

https://github.com/wodsonluiz/diagnosticexamples

Repositório para explorar os recursos das apis de observabilidade do .net EventSource, DiagnosticSource, OpenTelemetry e Distributed Tracing.

diagnostic diagnosticsource distributed-tracing dotnet eventsource jaeger metrics observability opentelemetry opentelemetry-dotnet

Last synced: 16 Apr 2026

https://github.com/quarckster/xakac

Forwards payloads to your local servers

eventsource golang webhook

Last synced: 21 Apr 2026

https://github.com/daggerok/functional-cqrs-es

Not production ready at all! ...library to build simple EventSourcing app (In progress, as usual)

cqrs cqrs-application cqrs-es cqrs-simple es event-sourcing eventsource eventsourcing eventstore gradle-kotlin-dsl vuepress

Last synced: 15 May 2026

https://github.com/vikiboss/smee-it

A lightweight smee.io client for receiving webhooks locally via SSE.

eventsource proxy smee smee-client webhook

Last synced: 13 Jan 2026

https://github.com/aphorica/server-event-client

A client to manage server-side notifications

eventsource javascript server-side-events

Last synced: 14 Mar 2025

https://github.com/koebi/eventsource

Demonstration code for using eventSource

eventsource

Last synced: 28 Jul 2025

https://github.com/jonathanstowe/lumberjack-dispatcher-eventsource

A Lumberjack Dispatcher that emits the log messages as server sent events

dispatcher eventsource logging raku

Last synced: 28 Jul 2025

https://github.com/aphorica/server-event-mgr

A Node Express module to maintain and send server-side notifications

eventsource javascript server-sent-events

Last synced: 14 Jun 2025

https://github.com/savaki/dynamo

dynamodb extensions for eventsource

aws cqrs dynamodb eventsource eventsourcing

Last synced: 18 May 2026

https://github.com/isocroft/jalo-api-sdk

This is an front-end SDK for the Jalo Delivery Service API (utilizing USSD-pull & USSD-push on backend)

eventsource infotek-perspective xhr

Last synced: 06 Sep 2025

https://github.com/derhuerst/wikipedia-edits-stream

A live stream of page edits on Wikipedia.

edits eventsource realtime wikipedia

Last synced: 05 Mar 2026

https://github.com/starmordar/use-shared-sse

React hook that manages a single SSE connection across browser tabs using BroadcastChannel and Web Locks to prevent duplicate connections

broadcast-channel cross-tab eventsource multitabs react react-hook server-sent-events sse web-locks

Last synced: 10 Apr 2025

https://github.com/asiby/nexusse

A Node JS Pub/Sub HUB for Server Sent Event

eventsource hub sse

Last synced: 18 Jan 2026