yokingma/fetch-sse
An easy API for making Event Source requests, with all the features of fetch(), Supports browsers and node.js
This is a JavaScript library that simplifies making Server-Sent Events (SSE) requests. It takes in a URL and optional request parameters, similar to the standard `fetch()` API, and continuously delivers incoming event data. This tool is for web developers building dynamic applications that need real-time updates from a server.
Available on npm.
Use this if you are a JavaScript developer building web applications and need to easily consume real-time, one-way event streams from a server in both browser and Node.js environments.
Not ideal if you need two-way communication or a more robust, full-duplex real-time solution like WebSockets.
Stars
29
Forks
4
Language
TypeScript
License
MIT
Category
Last pushed
Jan 31, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/yokingma/fetch-sse"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
mangiucugna/json_repair
A python module to repair invalid JSON from LLMs
antfu/shiki-stream
Streaming highlighting with Shiki. Useful for highlighting text streams like LLM outputs.
iw4p/partialjson
+1M Downloads! Repair invalid LLM JSON, commonly used to parse the output of LLMs — Parsing...
kaptinlin/jsonrepair
A high-performance Golang library for easily repairing invalid JSON documents. Designed to fix...
HAibiiin/json-repair
Repair JSON! A Java library for fixing JSON anomalies generated by LLMs.