#eventsource (7 Repositories)
Ranked open-source repositories tagged with #eventsource, scored by pull request acceptance likelihood and maintainer engagement velocity.
33.7%
54.6h
7 repositories tagged #eventsource
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.
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.
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.
Azure/fetch-event-source
A better API for making Event Source requests, with all the features of fetch()
mechero/full-reactive-stack
Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular
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.
qiayue/php-openai-gpt-stream-chat-api-webui
不使用任何框架,php + html + css + js 原生实现 openai gpt chat 接口对接,实现流式数据传输和接收,附带简洁网页demo。