tkrajcar / carbonmu

CarbonMU was experiments towards a general-purpose, extendable MUD/MUSH server written in Ruby.
MIT License
13 stars 5 forks source link

Implement pubsub pattern #21

Open tkrajcar opened 9 years ago

tkrajcar commented 9 years ago

Anything should be able to publish an event, and anything should be able to subscribe to an event.

wisper / wisper-celluloid maybe?