Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top