Skip to main content

3 docs tagged with "public"

View All Tags

Rate Limited API

A public endpoint rate-limited to 10 requests/min per IP. Demonstrates the native network rate_limit policy.

Realtime MQTT Public Stream

Open MQTT: clients connect with NO username or password and subscribe to a public topic for live data (sensors, transit, prices, status). EMQX/HiveMQ allow_anonymous model, but multi-tenant-safe — anonymous reaches only public interfaces, never private topics — and your pipeline runs on the public stream.

Realtime Public Feed

The simplest realtime: a PUBLIC WebSocket feed your website visitors subscribe to with NO auth — live scores, status, prices, announcements. Your backend publishes; every open browser gets it instantly. Ably/Pusher public channel, no keys in the browser, no broker to run.