https://github.com/srittau/eventstreamd
Simple Event Stream Server
https://github.com/srittau/eventstreamd
eventstream http json python
Last synced: about 2 months ago
JSON representation
Simple Event Stream Server
- Host: GitHub
- URL: https://github.com/srittau/eventstreamd
- Owner: srittau
- License: mit
- Created: 2017-03-19T14:00:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T10:20:15.000Z (about 2 months ago)
- Last Synced: 2025-08-08T12:21:18.823Z (about 2 months ago)
- Topics: eventstream, http, json, python
- Language: Python
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# eventstreamd

[](https://github.com/srittau/eventstreamd/releases/)
[](https://pypi.python.org/pypi/eventstreamd/)
[](https://github.com/srittau/eventstreamd/blob/main/LICENSE)
[](https://github.com/srittau/eventstreamd/actions/workflows/test.yml)A simple event stream server. Events are sent on a Unix socket and then
distributed to all interested listeners via HTTP event streams.Docker image available:
```bash
docker pull srittau/eventstreamd
```