An open API service indexing awesome lists of open source software.

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)

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.