Version4.2.9
Revision37
Size2.4 MB
LicenseX11
Confinementstrict
Basecore18

Real-time Zero-Code API Server


The purpose of this library is to be your real-time zero-code API server.

Broker is a SSE message broker that requires you write no backend code to have a full real-time API.

Broker is born from the need that rather than building a complex REST API with web-sockets and a SQL database to provide reactive web forms (like for React) there must be a simpler way.

Broker follows an insert-only/publish/subscribe paradigm rather than a REST CRUD paradigm.

- the origin (CORS) needs to be passed in as a flag with wildcard not supported
- the port needs to be passed in as a flag
- the expiry (for jwts) needs to be passed in as a flag (in seconds)
- the secret (for jwts) needs to be passed in as a flag

Example: sudo broker -port 8080 -origin http://localhost:3000 -expiry 3600 -secret secret

Update History

4.2.9 (37)
13 Dec 2025, 09:47 UTC

Published8 Jan 2020, 03:39 UTC

Last updated4 Feb 2020, 23:58 UTC

First seen13 Dec 2025, 09:47 UTC