broker

Install latest/stable of broker

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install broker

Don't have snapd? Get set up for snaps.

Channel Version Published

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

Details for broker

License
  • X11

Last updated
  • 5 February 2020 - latest/stable
  • 5 February 2020 - latest/edge

Websites

Share this snap

Generate an embeddable card to be shared on external websites.


Install broker on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using broker

Users by distribution (log)

Ubuntu 22.04

Is there a problem with broker? Report this app