juggernaut icon indicating copy to clipboard operation
juggernaut copied to clipboard

[DEPRECATED] Realtime server push with node.js, WebSockets and Comet

Results 38 juggernaut issues
Sort by recently updated
recently updated
newest added

when run juggernaut: /usr/local/lib/node_modules/juggernaut/node_modules/socket.io/lib/store.js:35 Store.prototype.__proto__ = EventEmitter.prototype; ^ TypeError: Cannot read property 'prototype' of undefined at Object. (/usr/local/lib/node_modules/juggernaut/node_modules/socket.io/lib/store.js:35:41) at Module._compile (module.js:573:32) at Object.Module._extensions..js (module.js:582:10) at Module.load (module.js:490:32) at tryModuleLoad (module.js:449:12)...

Hi Do yo think it would be possible to add redis-namespace gem to juggernaut ? This way we could have one redis and severals push servers connected to the same...

Hi, I am not very familiar with Node but I downloaded the latest Node pkg (0.10) from the nodejs.org website (I'm on OSX 10.6.8) and installed it and followed the...

Hello, as juggernaut is DEPRECATED, do you know any other alternative software paquages that would have same functionalities?

For more changes, see my branch [`cadanimal`](/cadanimal/juggernaut/tree/cadanimal) please. In reality, only with all them I managed to make deploy.

Updated server.js to accept --redisport and --redishost arguments. Values are passed to listen(), and normalized to defaults. From here forwarded along through the application. A minor 'refactorish' change: Events.client is...

Sometime you need to have only one subscription to a channel, regardless the number of times you call `subscribe`. It may be useful when you subscribe in an AJAX callback....

The Hello World app out of box fails in IE7 with the error message, 'JSON' is undefined in line 3340. Screenshot here: http://img210.imageshack.us/img210/7775/screenshot20120309at600.png

What is the "juggernaut directory" on ubuntu? The documentation says "To activate [SSL], just put create a folder called 'keys' in the 'juggernaut' directory". So, I created the folder /usr/local/lib/node_modules/juggernaut/keys...

I followed the connection roster example and it seems to work great aside from a a quirk: Over time, I found that my session counts were getting out of whack....