Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srittau/eventstreamd
Simple Event Stream Server
https://github.com/srittau/eventstreamd
eventstream http json python
Last synced: about 1 month 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T08:43:27.000Z (8 months ago)
- Last Synced: 2024-03-18T10:03:04.671Z (8 months ago)
- Topics: eventstream, http, json, python
- Language: Python
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eventstreamd
![Supported Python Versions](https://img.shields.io/pypi/pyversions/eventstreamd)
[![GitHub](https://img.shields.io/github/release/srittau/eventstreamd/all.svg)](https://github.com/srittau/eventstreamd/releases/)
[![pypi](https://img.shields.io/pypi/v/eventstreamd.svg)](https://pypi.python.org/pypi/eventstreamd/)
[![MIT License](https://img.shields.io/github/license/srittau/eventstreamd)](https://github.com/srittau/eventstreamd/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/srittau/eventstreamd/test.yml)](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
```