Tagged Questions
Realtime server push with node.js, WebSockets and Comet
31
votes
3answers
6k views
Faye vs. Socket.IO (and Juggernaut)
Socket.IO seems to be the most popular and active WebSocket emulation library. Juggernaut uses it to create a complete pub/sub system.
Faye is also popular and active, and has its own javascript ...
5
votes
2answers
231 views
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?
1-1 chat with method of adding 2 users to a ...
5
votes
4answers
373 views
How to do live concurrent editing?
I am trying to build a rails app that's basically just a text-editor (with some additional features I can't find anywhere else - which is why I'm building it)
One of the core features is live ...
4
votes
2answers
1k views
Rails - syncing - Faye, Juggernaut, Cool.io, plain old eventmachine
I have a need for syncing and have choice overload. It seems like the options available include: Faye, Juggernaut, Cool.io, plain old eventmachine
Any suggestions? What are the most popular, ...
3
votes
3answers
444 views
Server Side Timers with Juggernaut 2
I am writing a rails app with Juggernaut 2 for real-time push notifications and am not sure how to approach this problem. I have a number of users in a chat room and I would like to run a timer so ...
3
votes
2answers
1k views
node.js and juggernaut pub/sub
I'm using express framework and juggernaut. I looked at many examples about juggernaut, all examples using this method(client side):
var jug = new Juggernaut;
jug.subscribe("channel_name", ...
3
votes
0answers
173 views
Juggernaut environment config
I'm trying to figure out how to run Juggernaut server in production – assuming that I would be able to configure different ports for the server in the development and production environment, because I ...
2
votes
2answers
383 views
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 ...
2
votes
1answer
272 views
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), ...
2
votes
1answer
318 views
'else without rescue is useless' and 'require' juggernaut/ruby problems on Mac 10.6
1. Install Ruby on Rails
sudo gem install rails
2. Install the Juggernaut Gem
sudo gem install juggernaut
3. Download the demo app and unpack it.
4. Start the Rails application
ruby script/server
...
2
votes
1answer
610 views
Juggernaut / Socket.io and authenticating single-user channel subscription
I'm new to Node JS and Socket IO, but I've heard a lot of good things about them so I wanted to take a look at them for use as a realtime notification system.
In my scenario, a user will open a ...
2
votes
1answer
392 views
Anyone tried to Juggernaut with php (nodejs)
I am trying to make a real-time publish/scribe module using juggernaut(nodejs plugin)
Juggernaut's client is usually Ruby not php. but, my project's main language is php.
so I have to make some php ...
2
votes
3answers
610 views
I want to build a chat room using Rails, should I use juggernaut 2 or cramp?
Originally I planned to use Juggernaut, however, it is not compatible with Rails 3. And new Juggernaut 2 seems to be completely independent from Rails, which is not what I want. Then I found cramp, it ...
2
votes
4answers
1k views
How to achieve Comet using Flash
How can Comet (aka Server Push) be used with Flash programs?
What will be needed at server side for the same?
Does this require any customised servers or will normal IIS or Apache do?
Also is ...
1
vote
0answers
218 views
Node.js/NPM and Juggernaut Install on Windows 7
I've edited my original question after discovering perhaps the root of my problem (Juggernaut is not working in my Rails app, regardless of the Juggernaut gem and Redis-server working OK):
After ...
1
vote
1answer
528 views
How to run redis server and juggernaut server in production mode
I am using juggernaut push server. How to start redis and juggernaut in production mode cause I
juggernaut
or
redis-server will keep on showing me log etc.
I am using ruby on rails 3.
EDIT
I ...
1
vote
1answer
255 views
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 ...
1
vote
1answer
59 views
Handling latency while synchronizing client-side timers using Juggernaut
I need to implement a draft application for a fantasy sports website. Each users will have 1m30 to choose a player on its team and if that time has elapsed it will be selected automatically. Our ...
1
vote
0answers
286 views
Cannot Install npm on Mac 10.6.4 Strange Errors
MacPro:macpro fred$ curl http://npmjs.org/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent ...
1
vote
0answers
99 views
Error when installing juggernaut on rails. juggernaut -g juggernaut.yml
I followed the instructions for creating a basic juggernaut chat in rails here but I get the following error when running juggernaut -g juggernaut.yml All the steps before this went smoothly. Any help ...
1
vote
1answer
391 views
Rails 3- fixing juggernaut involving template and JS generator
I'm using the original Juggernaut (not Juggernaut 2) with Rails 3. In the lib/juggernaut.rb, it breaks due to not being able to find @template. According to this other post, @template is not provided ...
1
vote
1answer
267 views
How to test Rails Juggernaut in Internet Explorer?
I'm having problem with my Rails application. I use juggernaut for server push, which works very nice in Firefox, Opera and Chrome, but it doesn't work at all in IE. It should be compatible with IE6+.
...
1
vote
1answer
221 views
Streaming, Daemons, Cronjobs, how do you use them? (in Ruby)
I've finally had a second to look into streaming, daemons, and cron
tasks and all the neat gems built around them! But I'm not clear on
how/when to use these things.
I have a few questions:
1) If I ...
0
votes
1answer
29 views
Start Juggernaut and Redis with rails app
I'm developing a app with Ruby on Rails. It uses juggernaut. Is there anyway I can get redis and juggernaut to start when I run rails server. thanks
0
votes
0answers
19 views
Point to Juggernaut's application.js file on heroku
What URL points to juggernaut's application.js file when deployed on heroku?
In the development environment i know it is at port 8080.
Thanks!
Robin
0
votes
1answer
30 views
Juggernaut gem for game server
It's about latest Juggernaut gem (https://github.com/maccman/juggernaut)
I'm thinking of architecture, for, let's say, 'Dots games'. This meta-game is very simple: each logged in user (subscribed to ...
0
votes
2answers
28 views
What is the alternative for Juggernaut in Rails 3.0.7?
I have learnt that Juggernaut is not supported on Rails 3.0.7.
Are there any other options around ?
0
votes
0answers
32 views
How to check when Web Session Resumes? (In order to trigger an action)
I have a web app that receives push notifications from the web server. (via Juggernaut)
juggernautProcess: (msg) =>
json = JSON.parse(msg)
if json['notification']?
notification = ...
0
votes
1answer
20 views
Error when starting juggernaut server
I am trying to integrate Spine with Juggernaut. When i start juggernaut server i m getting the following error
spritle@ubuntu:/usr/local/lib/node_modules/juggernaut$ juggernaut
info - socket.io ...
0
votes
1answer
71 views
Integrate Spine with juggernaut
I am trying to integrate Spine with Juggernaut. First I tried to clone fowa branch (https://github.com/maccman/spine.rails3/tree/fowa) but I am not able to clone that branch so I am doing app myself ...
0
votes
0answers
170 views
Rails 3.1 working with Socket.io/Juggernaut on Ubuntu 11.10
I couldn't get Juggernaut/Socket.IO running on Windows so I took a shot at getting it running on Linux. I don't know much Linux (or Rails for that matter). I can't get Socket.io/Juggernaut working on ...
0
votes
0answers
62 views
Using Juggernaut can you subscribe to and publish wildcard Redis events?
In the same way Redis provides a PSUBSCRIBE interface for wildcard events, can you subscribe to wildcards from the client (browser) using Juggernaut? I'm looking for something like this:
From the ...
0
votes
0answers
47 views
How to extend Juggernaut
I'm looking at using Juggernaut for the following scenario:
Using JS-only, create a chat server that I can wire up to a given flat html page displaying a chat form. The end result will be a chat ...
0
votes
0answers
170 views
Error when running Jugernaut
I just installed NodeSJ and Juggernaut (yes, and redis too) on windows server (64 bits)
It is not working ... It seems, by the evaluations, that is just install and run.
This is the error I get:
...
0
votes
2answers
74 views
Juggernaut on a https website
I'm trying to use Juggernaut 2 on a website that uses HTTPS. I don't need Juggernaut itself to use https per se.
So, I'm trying to load the required application.js from Juggernaut's own webserver at ...
0
votes
1answer
84 views
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 ...
0
votes
2answers
72 views
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.
More Detail (AKA: Why I want to ...
0
votes
2answers
141 views
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 allowing for decent abstraction between the server and the client.
I want to keep it ...
0
votes
0answers
145 views
Rails 3 and Juggernaut: Pages working locally but not on local Rails server
I just started working with Juggernaut and Ruby on Rails, and I've run into a problem. I have very little Rails experience so here goes:
I made a page by radically modifying the Juggernaut template, ...
0
votes
1answer
243 views
juggernaut file serving
I am developing real-time notifier with
juggernaut
As you know, when client try to connect,
juggernaut serves files which is in its public directory.
so the processing is like this:
(1)browser ...
0
votes
1answer
54 views
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."
A dialog box is displayed. However, I am ...
0
votes
1answer
64 views
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.
I've basically followed the ...
0
votes
1answer
195 views
Ruby/Juggernaut error - Errno::ECONNREFUSED (Connection refused…)
I'm playing around with https://github.com/elii/Cappuccino-X-Juggernaut, which is basically a juggernaut chat for rails, and I get the following errors when I try to submit a post. Could someone tell ...
0
votes
1answer
992 views
Persistent “Cannot find module” errors when installing juggernaut in OS X and Rails 3
I started with a blank install of Lion, installed Xcode 4.1, then followed the instructions at http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac to install rvm, sqlite3, rails and then ...
0
votes
0answers
174 views
Connecting to Juggernaut server hosted on heroku
I am trying to build a chat for my rails application which I am planning to deploy on heroku.
I followed the tutorial on juggernaut on heroku https://gist.github.com/1003748 got it to working was ...
0
votes
0answers
132 views
running Juggernaut in production
So far I've just been running Juggernaut from the command line. How can I go about setting it up for production use? I use Monit for keeping alive other server processes, but I'm not sure where to ...
0
votes
1answer
628 views
Error starting Juggernaut
When I try to start Juggernaut I get this error :
1 Apr 20:21:01 - socket.io ready - accepting connections
node_redis: no callback to send error: ERR unknown command 'subscribe'
node.js:134
...
0
votes
1answer
253 views
Installing Juggernaut on Windows
I'm developing a chatroom app in Rails and have read that Juggernaut is the best option. Has anyone seen a tutorial for getting it started on Windows? I can't seem to find any up-to-date tutorials ...
0
votes
1answer
640 views
Does Juggernaut work on Heroku?
I'm building a Rails app that includes live group chat. I've heard Juggernaut is the best option for this. Does it work on Heroku?
0
votes
1answer
110 views
Catching juggernaut income message
How to put the juggernaut push messages to show it in html in browser? thanks in advance..