https://github.com/r0man/plz-event-source
A plz.el media type to handle Server-Sent Events
https://github.com/r0man/plz-event-source
Last synced: 19 days ago
JSON representation
A plz.el media type to handle Server-Sent Events
- Host: GitHub
- URL: https://github.com/r0man/plz-event-source
- Owner: r0man
- License: gpl-3.0
- Created: 2024-03-22T17:10:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T13:48:25.000Z (11 months ago)
- Last Synced: 2025-02-28T19:46:08.607Z (11 months ago)
- Language: Emacs Lisp
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: plz-event-source
[[http://www.gnu.org/licenses/gpl-3.0.txt][https://img.shields.io/badge/license-GPL_3-green.svg]]
[[http://elpa.gnu.org/packages/plz-event-source.html][http://elpa.gnu.org/packages/plz-event-source.svg]]
[[https://github.com/r0man/plz-event-source/actions/workflows/test.yml][https://github.com/r0man/plz-event-source/actions/workflows/test.yml/badge.svg]]
~plz-event-source~ provides a [[https://github.com/r0man/plz-media-type][plz-media-type]], a parser and an event
source implementation for the [[https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events][Server Sent Event (SSE)]] protocol. It is
used in the [[https://github.com/ahyatt/llm][LLM]] library to handle server sent events.
- Package name (GNU ELPA): [[https://elpa.gnu.org/packages/plz-event-source.html][plz-event-source]]
- Official manual: [[https://github.com/r0man/plz-event-source/blob/main/plz-event-source.org][https://github.com/r0man/plz-event-source/blob/main/plz-event-source.org]]
- Git repository: [[https://github.com/r0man/plz-event-source][https://github.com/r0man/plz-event-source]]