Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mierenmanz/eventsource
EventSource in Deno
https://github.com/mierenmanz/eventsource
api deno web web-api webspec whatwg
Last synced: 18 days ago
JSON representation
EventSource in Deno
- Host: GitHub
- URL: https://github.com/mierenmanz/eventsource
- Owner: MierenManz
- Created: 2021-07-20T21:03:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T23:03:32.000Z (about 1 year ago)
- Last Synced: 2024-10-11T20:56:56.501Z (about 1 month ago)
- Topics: api, deno, web, web-api, webspec, whatwg
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventSource
This module is a spec compliant(I hope) `EventSource` for deno.
[MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/EventSource)
## Contributors
- [Skye](https://github.com/mierenmanz)
- [Andreu Botella](https://github.com/andreubotella)
- [Divy Srivastava](https://github.com/littledivy)