mikewhob

Open source

Dart Faye

Dart/Flutter client for Faye — pub-sub in mobile and embedded clients without reinventing the wheel.

Dart Faye brings the same Bayeux client story to Dart and Flutter. When your UI needs live updates from a Faye backend, you shouldn’t be hand-rolling WebSocket state machines in every app.

Why it exists

  • Shared protocol with web and Python clients — one bus, many runtimes.
  • Flutter-friendly — async-first API that fits Future/Stream idioms.
  • Small surface — subscribe, publish, handle failures, move on.