Questions tagged [juggernaut]

Realtime server push with node.js, WebSockets and Comet

Juggernaut gives you a realtime connection between your servers and client browsers. You can literally push data to clients using your web application, which lets you do awesome things like multiplayer gaming, chat, group collaboration and more.

Juggernaut is built on top of Node.js and is super simple and easy to get going.

62 questions
3
votes
2 answers

Send real time data to client with juggernaut

I have tried to use the juggernaut framework for flask in order to send real-time information to the client browser followinf the flask snippet at http://flask.pocoo.org/snippets/80/. When I try to implement it for my code, it still does not…
user94628
  • 3,641
  • 17
  • 51
  • 88
2
votes
2 answers

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 smoothly. As juggernaut is a server driven chat server…
Mohit Jain
  • 43,139
  • 57
  • 169
  • 274
2
votes
1 answer

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), this is to listen to the Juggernaut's client…
jävi
  • 4,571
  • 1
  • 24
  • 32
2
votes
1 answer

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 Left Speed 100 3927 100 3927 0 0 …
user852974
  • 2,242
  • 10
  • 41
  • 65
2
votes
2 answers

'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 5. Start the Juggernaut server juggernaut -c…
user852974
  • 2,242
  • 10
  • 41
  • 65
2
votes
1 answer

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 things. Clients Subscribing is okay, it's very…
Jinbom Heo
  • 7,248
  • 14
  • 52
  • 59
2
votes
4 answers

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 Juggernaut an example of flash based comet? how does it…
Amitd
  • 4,769
  • 8
  • 56
  • 82
1
vote
1 answer

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 ?
Satya Kalluri
  • 5,148
  • 4
  • 28
  • 37
1
vote
0 answers

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 looking at the Chrome's Javascript console, I've…
Derek
  • 9,773
  • 7
  • 29
  • 34
1
vote
0 answers

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 client: var jug = new…
1
vote
2 answers

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 port 8080 through http in the layout of my rails…
Roger Heykoop
  • 63
  • 1
  • 7
1
vote
2 answers

Rails 3: Passing a string from Ruby to Javascript?

The Jist: In a