flux
A data streaming proxy service that uses Server-Sent Events (SSE).
flux
notskamr/flux
Just deployed
Setting Up Turso (Optional)
- Create a Turso account
- Using either the CLI or web UI, create a new Turso database, and note the URL
- Using either the CLI or web UI, get the auth token for the database
Note: A local SQLite file can be used instead of a Turso/libSQL database (set the TURSO_URL to a file - eg. 'file:data.db'). The file must be persistent between runs.
Railway Deployment
- Plug in the environment variables into Railway
- Deploy!
Live Site
Test out the site by visiting the live page at your Railway domain. Try to create a new Fluxpoint by sending a POST
request to /new
, or by pressing the button on the homepage.
Template Content
flux
notskamr/fluxTURSO_URL
URL to libSQL/Turso database/SQLite file