Anywhere I look, rails apps开发者_开发问答 that use faye end up storing the message in the database. Is there a way where I don't have to store messages in the database?
Faye doesn't store the messages in the database by default. It doesn't even know anything about your database. Try the samples on the Faye website.
精彩评论