marcojakob / dart-event-bus

An Event Bus using Dart Streams for decoupling applications
MIT License
755 stars 82 forks source link

hub and orchestration #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

wondering is this support server to server AND server to browser at the moment?

i am looking for a eventbus to allow large systems to work together.

marcojakob commented 10 years ago

It's a very simple event bus for communication either on the client or on the server but not between client and server.