https://github.com/amytho/osse-broadcast
A SSE server for the Osse Music Server (in rust BTW)
https://github.com/amytho/osse-broadcast
Last synced: over 1 year ago
JSON representation
A SSE server for the Osse Music Server (in rust BTW)
- Host: GitHub
- URL: https://github.com/amytho/osse-broadcast
- Owner: aMytho
- Created: 2025-03-21T17:52:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T16:11:12.000Z (over 1 year ago)
- Last Synced: 2025-03-29T17:23:33.706Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Osse-Broadcast
This is the SSE server for the Osse music server.
Osse is written in PHP. This works great for requests, but not so great for long lived connections.
This server is in go, highly concurrent, and much lighter than the Laravel Reverb implementation.