Tagged Questions
The reverse-ajax tag has no wiki summary.
11
votes
1answer
1k views
How scalable is the Lift framework's comet/reverse ajax?
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 ...
7
votes
3answers
3k views
How To Implement ReverseAJAX (Comet) in ASP.Net MVC
How could I implement a Comet architecture in a ASP.Net MVC?
6
votes
1answer
210 views
Does anyone use ICEpush on production server under heavy load?
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 small ...
6
votes
4answers
759 views
PHP + Comet (long-polling) scaling / hosts
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 ...
5
votes
3answers
2k views
Reverse Ajax implementation using php
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 ...
4
votes
2answers
739 views
How do modern implementations of Comet/Reverse AJAX work? Any stable C# WCF or ASP.NET implementations?
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX?
What .NET implementations would you recommend?
4
votes
2answers
684 views
How should I implement reverse AJAX in a Django application?
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 ...
3
votes
0answers
212 views
Is php scalable with reverse ajax long polling?
I am working on a website that displays some data from DB that changes frequently (Status of a queue and a chat conversation). My current setup is Apache/PHP/MySQL. Naturally I would like to avoid ...
3
votes
4answers
1k views
Reverse Ajax(Comet) with ASP.NET
I am looking for a basic example of how to implement the Reverse Ajax (Comet) with ASP.NET. I have already looked the below ones and I don't want to use them right now (because they are paid)
...
3
votes
3answers
1k views
Comet, Ajax Push, Reverse Ajax
Someone have any sample of Comet app .net?
I need one sample how to persist connection of client in server?
3
votes
2answers
1k views
Can XMPP be used like Comet's http long wait?
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?
2
votes
2answers
284 views
Broadcasting to a subset of subscribers in Atmosphere
What I'm trying to do:
Be able to have users subscribed to a number of different 'chat rooms' and use reverse AJAX / comet to send messages from a chat room to everyone logged into that room. (a bit ...
2
votes
2answers
1k views
PHP real time chat with ajax polling
I need to create a chat similar to facebook chat.
I am thinking to use ajax polling ( to send request every 2-3 seconds ).
Is this a good approach ? Or I need to use other server side languages ...
2
votes
2answers
723 views
Reverse Ajax + JSP-Servlet
We are trying to create a reverse ajax in our project.
I've checked on the net and didn't find something concrete. I was unable to run any of the tutorials provided successfully.
My object is:
to ...
2
votes
3answers
421 views
What is the simplest way to implement “server push”-like behavior for a web page?
I'm attempting to make a very simple 2-person chatroom for my Django site. I'm learning AJAX to do this. I need parts of the web page to update without user interaction:
When User 1 sends a message, ...
2
votes
2answers
583 views
Usage of observer pattern with EJB and AJAX
I want to build an Ajax gui, that is notified on any state changes happening in my ejb application. To achieve this, I thought I build an stateful ejb (3.0) that implements the Observable interface to ...
1
vote
3answers
159 views
JavaScript library for push/comet/reverse-ajax notifications?
I'm planning on building a website where you can play (turn-based) games with other people. I need to be able to communicate which moves have been made. I think push-notifications are best suited for ...
1
vote
1answer
610 views
Scaling Microsoft's ASP.NET Reverse AJAX “long poll” codeplex example
I'm investigating Microsoft's reverse-AJAX sample wherein they use a long timeout in the ScriptManager
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="2147483647">
...
1
vote
3answers
974 views
Reverse AJAX with IIS/ASP.NET
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 regarding ...
1
vote
1answer
566 views
GWT Comet Integration (Server Push) Help
I am getting some difficulties with comet on the server
First, I am working with the default configuration of the gwt hosted
mode(i.e. using jetty), do i need to make any change to enable comet
Now, ...
1
vote
2answers
488 views
C#/ASP Based Reverse AJAX
I have a current project running using APE that needs to work on C#/.NET... I was wondering if anyone had any suggestions for either a method of approaching Reverse AJAX/Comet on C#/.NET or any ...
1
vote
3answers
299 views
Can push technology / comet be faked?
Client has a dating site and would like to have a popup (either a nice javascript overlay or a new browser window popup. we're flexible.) displayed to users when another user is visiting their page.
...
1
vote
1answer
280 views
httpsession doesn't expires when reverse Ajax is enabled
I have a web application that uses DWR reverse Ajax (pollAndCometEnabled set to true)
In my web.xml i have set a timeout of 30 minutes for the HttpSession.
Since DWR polls the server, the http session ...
1
vote
4answers
1k views
port listening in javascript
I'm trying to write some simple chat client in javascript, but I need a way to update messages in real time. While I could use the xmlhttprequest function, I believe it uses up a TCP/IP port on the ...
0
votes
0answers
68 views
Lightweight two-way communication between python script and chrome extension
I want to run a lightweight python script that will communicate with a chrome extension running on the same machine, with the ability to push updates to the chrome extension's background page.
I like ...
0
votes
0answers
33 views
dwr push data to only one user
I have used before dwr to update all the users connected in an application, but I would like to try updating only one. For example:
A user searches for something that has to get data from different ...
0
votes
4answers
179 views
How to implement event listening in PHP
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 ...
0
votes
0answers
54 views
DWR PiggyBack not returning ScriptSessions
I'm having some issues getting reverse ajax PiggyBack methodology working using dwr 2.0.6. Basically I have a page with the following code in the section:
<jwr:script ...
0
votes
0answers
151 views
Reverse AJAX with Grails [closed]
I'm looking to implement some reverse AJAX on a small Grails demo I'm working (potential 'prototype' for larger project).
What I have in mind (feel free to correct me if you think I am approaching ...
0
votes
1answer
79 views
using php with comet [closed]
I want to know Comet. Searching over net I came to know that Comet uses persistent connection. So I want to know is this good with php.Can some one give me example of comet to know the current time. ...
0
votes
0answers
22 views
How stream apis work
I'm interested to know how stream apis work. I guess this is some sort of reverse ajax technique. I've worked with DWR reverse ajax framework in both polling mode and long-lived HTTP connection ...
0
votes
1answer
160 views
Coding a Game Lobby in ASP.NET
I have an online 3D multiplayer game that uses a plugin to embed itself into a web page and I'm trying to figure out how to make a web based lobby for it without turning to Flash.
The idea is that ...
0
votes
2answers
69 views
Automatic Checking of Incoming Emails
Is their a way to either code server side or client side to check new incoming replies to emails and register them in some way? I read upon using something called Reverse Ajax is this possibly the ...
0
votes
0answers
100 views
DWR: Using reverse ajax from a non web thread?
I'm using DWR and want to send an update to the web interface using reverse ajax. I get it to work when the call comes from the web interface using this code:
WebContext wctx = ...
0
votes
1answer
222 views
Fetch data from Android to webserver
I have a certain concept in mind, but I an unsure what my possibilities are.
User enters a name (html form) on a webpage
Webserver sends push notification to the Android device of the user
...
0
votes
0answers
103 views
Is there a Javascript implementation for WS-I Reliable Secure Profile?
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.
0
votes
1answer
269 views
Any examples of Reactive Extensions for Javascript + WCF?
I understand the basics behind the Javascript examples, but I'm having difficulty seeing how this will work with WCF. My goal is to enable COMET (HTTP Push) style access to my data, but I'm not sure ...
0
votes
4answers
282 views
Which reverse ajax library for Java?
What are worth to look at libraries for reverse ajax in Java web app?
Atmopshere is still in 0.6 version, ICEpush still in alpha version, and websockets in Firefox 4.0 wont be available too.
0
votes
2answers
565 views
Client polling (reverse AJAX) for chat requests in Django?
I want to make it that one user on the site can chat request another user on my Django site. I want the requestee to get a realtime box that say: "Do you want to chat?"
How does the following client ...
0
votes
1answer
295 views
APE-Project and ASP.NET MVC
I am attempting to utilize the reverse-ajax project APE-Project with ASP.NET MVC and wondering if anyone has had any experience utilizing this project with ASP.NET and can provide some advice ...
0
votes
3answers
1k views
Which open-source comet/ reverse-ajax libraries will you recommend to be used with Tomcat 5.5? Why?
I have seen continuations in Jetty 6.0 that addresses scaling for comet/reverse-ajax applications.
Are there any other libraries/frameworks to be used with Tomcat 5.5?