Are there any decent example apps for an ruby on rails 3 instant Messenger app based on any of the publish-subscribe messaging system Juggernaut?
I need to design a Streaming API where each connected user might have different data per category. Lets say two users are interested in sport(category) rss feeds from the streaming api but each user
The Jist: In a <script type="text/javascript"> I want to access a static (won\'t ever change after Rails delivers page to client) string from Ruby to Javascript.
I\'m trying to build a chatroom in the conventional sense to operate in the browser but with a decent API layer allo开发者_StackOverflowwing for decent abstraction between the server and the client.
I am developing real-time notifier with ju开发者_如何学编程ggernaut As you know, when client try to connect,
I have a chat app on the heroku cedar stack based on juggernaut2 = https://github.com/maccman/juggernaut and I found out that the Cedar stack is currently built around the assumption that you\'ll use
Preview: I am using juggernaut chat server.I am having redis and juggernaut server running on machine. I am able to do chats within my local network on vaious web browsers. Everything is working smoo
I have followed the exact guidelines on github and I am on the final step of: \"That\'s it! Now go to http://localhost:8080 to see Juggernaut in action.\"
I just finished implementing juggernaut.I ran both the redis server and juggernaut and they work fine.I have tested out the local host using irb and texts do appear.
I\'m building a simple real time chat using Juggernaut, Redis, SQLite and Rails 3.1 I want to write a new message to every user when another has been disconnected (for instance he closed the window),