orbited Questions
7
Solved
I need to build a push system in django, basicly its function is to push messages from server to browser.
As nodejs cannot be used, i prefer websocket or orbited, but i've no idea how to implement...
4
Solved
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 = document.domain;...
Coze asked 26/9, 2009 at 13:44
2
Solved
I currently have a very simple web application written in Django, and I would like to implement something like a callback/push notification service in my application.
For example:
When one u...
2
Solved
Would it be possible to write a basic SSH client in pure javascript using something like orbited web sockets as the transport layer? I don't see any examples of this, but it seems like it would be ...
Actinon asked 20/4, 2010 at 18:8
5
Solved
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.
1
© 2022 - 2024 — McMap. All rights reserved.