reverse-ajax Questions
5
Solved
here is my problem: I have a script (let's call it comet.php) whic is requsted by an AJAX client script and wait for a change to happen like this:
while(no_changes){
usleep(100000);
//check for ...
Phonoscope asked 19/9, 2011 at 10:20
3
Solved
As an alternative to Socket.io, there is SockJS (https://github.com/sockjs/sockjs-client), which seems to be better maintained and more stable than Socket.io.
This question is about the conceptual...
Meissen asked 3/5, 2012 at 17:24
1
I'm using the .NET 4 server side implementation of Reliable Secure Profile for HTTP/S push and want to know if there is a JavaScript client available.
Pudendas asked 20/4, 2011 at 1:19
1
Solved
What is the difference between a simple Async servlet and the Comet / Bayeux protocol?
I am trying to implement a "Server Push" (or "Reverse Ajax") kind of webpage that will receive updates from t...
Persaud asked 10/1, 2013 at 22:41
1
Solved
I would like to know if there are any code references that I can follow to write a very simple example. Many posts or websites just talk about the technology.
Menagerie asked 6/3, 2012 at 7:57
1
Which one's better: Socket.IO or SockJS and what are the biggest differences?
How difficult is it to rebuild a completely ajax based page into a node.JS / socket.io based page? Do I have to ...
Over asked 26/4, 2012 at 21:20
1
Solved
Been studying a ton on AJAX because I'm making a real-time application out of Javascript and PHP. It needs to be able to update without refreshing the page and in real-time.
I tried polling the s...
Repudiation asked 3/7, 2012 at 12:4
3
Solved
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX?
What .NET implementations would you recommend?
Hydrophilic asked 25/3, 2011 at 1:44
3
Solved
How should I implement reverse AJAX when building a chat application in Django? I've looked at Django-Orbited, and from my understanding, this puts a comet server in front of the HTTP server. This ...
Tempered asked 13/5, 2010 at 1:34
4
I am looking to implement reverse ajax in my application which is using PHP and jquery. I have googled a bit about it and found XAJA but that seems to be a paid application. Is there an open source...
Ironing asked 31/12, 2010 at 6:26
1
ICEpush is still in alpha version, so I am curious if it is appropriate to use in web application on tomcat or tc server with many clients. How many users can be serviced by this technology with sm...
Odious asked 20/1, 2011 at 18:31
3
Solved
How could I implement a Comet architecture in a ASP.Net MVC?
Bainter asked 14/2, 2010 at 0:7
3
Solved
Can you suggest me some techniques/API's for doing a Reverse AJAX with ASP.NET? I checked WebSync, but thats too expensive, any free API's?
And I would also be please to get some tutorials regardi...
Paquin asked 29/12, 2010 at 15:40
4
I have developped an application using PHP/MySQL which used comet technology, presicely long-polling. The proof of concept works great, but I am expecting traffic to quickly reach thousands of simu...
Teleran asked 6/12, 2010 at 23:22
3
Solved
Someone have any sample of Comet app .net?
I need one sample how to persist connection of client in server?
Lateshalatest asked 8/4, 2010 at 17:1
2
Solved
Can XMPP be applied in a similar way to the reverse Ajax pattern? Can it be used to implement http long wait like Comet? Is there an example of using such a technique with XMPP?
Revelationist asked 2/9, 2009 at 7:8
1
Solved
I recently learned scala and about to start working/learning Lift framework. Going through the Features and getting started with the framework, I had seen some amazing capabilities of the framework...
Exclave asked 14/2, 2010 at 23:46
1
© 2022 - 2024 — McMap. All rights reserved.