Flux

A simple, data streaming service that takes advantage of Server-Sent Events (SSE).

New +

Usage

To use Flux, simply send a POST request to the /flux/{id} endpoint with the data you want to stream, along with a Bearer token in the Authorization header.

The {id} parameter is a unique identifier for the stream. You can use an EventSource object to listen for updates on the stream at the /flux/{id} endpoint.

Routes