1
vote
1answer
32 views
what framework should one use django middleware with orbit?
The Django orbit integration methods I've seen in quick google searches don't seem to carry Django abstractions, like "request.user" with them. "request.user" is particularly impor …
3
votes
1answer
87 views
ActiveMQ : Use Django Auth with Stomp
I am working on power monitoring and want to send live power data to authorised users only. Some users have opted to install power sensors in their houses, others are viewing those …
5
votes
2answers
246 views
What does document.domain = document.domain do?
The client-side JS component of Orbited (a Comet server), requires that if the server is running on a different domain or port to the JS itself, you must execute
document.domain = …
0
votes
2answers
101 views
PHP code on orbited comet server
Where can I find the PHP sample code for orbited comet server v0.7?
I think that I have to build another server together with orbited server in order to support the comet function …
1
vote
5answers
319 views
Chat comet site using python and twisted
i want to build a site similar to www.omegle.com. can any one suggest me some ideas.
I think its built usning twisted , orbiter comet server.
0
votes
1answer
123 views
Dojo Comet + Orbited is giving 404
I have
<script type="text/javascript">
function setupComet()
{
dojox.cometd.init("http://comet.domain.tld:8000");
dojox.cometd.subscribe("/my/calendar", cometCal …
0
votes
2answers
94 views
Comet Javascript error
I'm using Orbited as a Comet server on localhost. It is listening to ports:
9000 for http
61613 for stomp
My JavaScript debugger is reporting error: JSON is not defined in the l …
2
votes
1answer
283 views
Server Push With rails options
I am trying to build a rails application which requires a "server push" functionality ie Comet .
I started looking for options I have found three and tried one of them:
Juggerna …
1
vote
1answer
57 views
orbited coment server problem
i tried installing orbited on vista . but i get following errror when i try to run the orbited server.When i type on twisted cmd prompt orbited i get following o/p.
C:\>orbite …
0
votes
1answer
71 views
Can I use Orbited as a HTTP server for dynamic content?
Comet Server Orbited can serve static files from paths specified in it's config file under [static] section. I wonder if it's possible to serve dynamic content via orbited?
4
votes
4answers
309 views
weird IE 7 javascript problem
I have this javascript code working in firefox, chrome, and safari
for (idx in all_auction_ids){
alert(all_auction_ids[idx]);
};
for the above, instead of getting the values …
1
vote
1answer
231 views
IE7 fails after reload of Orbited powered page
Hello!
I am working on an Orbited-powered website and I'm experiencing some annoying behavior with IE7. Everything works fine and dandy in FF3, but in IE7, I get a recurring error …
