You cannot post messages because only members can post, and you are not currently a member.
Description:
Dedicated to discussion of Juggernaut, a library that lets you push data in realtime to web clients.
|
|
|
Flash problem
|
| |
A few days ago I started using juggernaut for push notifications. Without too much trouble, it works fine using websockets and xhr-polling. However, I cannot get pushing with flash up and running. If I approach my site from IE 8 (no websockets), juggernaut keeps telling me: debug - xhr-polling received data packet 3:::{"type":"subscribe","chann el": ...}... more »
|
|
Chat on Webiste 1:n instead of n:m communication
|
| |
I want to achiven the following:
- A central admin can chat to all users on a website. He is subscribed
to all channels
- Users may be identified by their IP address, and then they can
subscribe to a channel, which can contain their IP address
- when the admin receives a message from a user A on a channel A, he... more »
|
|
Juggernaut + https + IE8 on Win XP = trouble?
|
| |
I have been investigating intermittent page load errors with IE8 for many many days. Finally I realized that the issue goes away when Juggernaut is not running, and also (it seems) if ran in http rather than https. Of course then there are errors about insecure elements on the page and we don't want to downgrade our whole site from SSL!... more »
|
|
Antivirus problem
|
| |
Hey guys. Following my production release, i've been having several cases of people not being able to do proper juggernaut connections until they disable their firewall. The server produces no errors i can see, but by the symptoms its always clear that they are not receiving or properly making the connection with... more »
|
|
Revisiting connected user count
|
| |
Hey Alex. Conanbatt from github here.
I run into this matter with my current gaming site, and its a revisit
of the proposed solution in the documentation(and holla example) of
counting connected users.
To give some context, my gaming site is a Go server. Users chat a lot,
and also play/observe games. By our current design, those activities... more »
|
|
Proxying juggernaut - xhr-polling closed due to exceeded duration
|
| |
Hello, I actually try to proxy juggernaut requests with stunnel. The aim is to call juggernaut via https through stunnel and then Juggernaut. I can't have it working on port 443 but it seems to work well on other port with safari. On Firefox, I have this behaviour repeating infinitely: debug - xhr-polling writing 8::... more »
|
|
Count of Users Subscribing to Channels
|
| |
Hi, I am using Juggernaut 2 for my chat platform. Is there a way to get a count of the users currently subscribed to a given channel without listening to the events as in the Roster example? It seems like it may be as simple as querying the Redis store, but I'm not sure how to do that. Thanks in advance,... more »
|
|
sending messages directly through the websocket
|
| |
Hi, I'm looking into possibly sending client events (messages) to the server through the already established websocket and it seems I'm having a lot of difficulty doing this. What I would like is a way to publish to a channel from the javascript client using the already existing websocket. I looked into public/application.js but it seems that it's obfuscated... more »
|
|
|