voltrb / volt

A Ruby web framework where your Ruby runs on both server and client
MIT License
3.22k stars 196 forks source link

Expose message bus to client #337

Open sebyx07 opened 8 years ago

sebyx07 commented 8 years ago

is there a way to have non-persistent messages with voltrb ? i want to create an app with chatrooms, but don't want to save them in the database

ryanstout commented 8 years ago

@sebyx07 not yet. The plan is to add a bridge from the client to the message bus (for certain public channels, or private for certain channel names). Still on the todo list though :-(

antoniusostermann commented 8 years ago

@sebyx07 I'm working on this: https://github.com/voltrb/volt/pull/343