juggernaut
Working example of Rails 3.1 + Juggernaut Instant Messenger?
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?[详细]
2023-04-12 12:39 分类:问答Realtime Streaming per User via some Comet Server
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[详细]
2023-04-09 19:22 分类:问答Rails 3: Passing a string from Ruby to Javascript?
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.[详细]
2023-04-06 19:10 分类:问答Should I use node.js + express or Rails + Juggernaut to build a chat room?
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.[详细]
2023-04-04 14:42 分类:问答juggernaut file serving
I am developing real-time notifier with ju开发者_如何学编程ggernaut As you know, when client try to connect,[详细]
2023-04-01 06:40 分类:问答Getting a chat app running on Heroku
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[详细]
2023-03-31 09:59 分类:问答How to integrate Juggernaut chat server (Powered by ruby on rails) with iPhone/Android app for real time chat?
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[详细]
2023-03-31 03:51 分类:问答How do I implement a text input section along with the send button in juggernaut?
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.\"[详细]
2023-03-29 19:53 分类:问答How do I set up a functional chat box layout with ruby on rails after I have gotten juggernaut to work?
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.[详细]
2023-03-29 16:39 分类:问答Listening to Juggernaut events from Rails
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),[详细]
2023-03-26 07:33 分类:问答