Questions tagged [ajax-push]

26 questions
1
vote
1 answer

How to send out an Ajax Push to a particular client on a channel?

I wanted to send out data to a specific client on a channel using the Ajax Push mechanism. Here's my design: I have say 10 clients subscribed to Channel #1, and 10 more subscribed to Channel #2. I want to send out an Ajax Push when some particular…
wittythotha
  • 3,956
  • 4
  • 19
  • 18
1
vote
1 answer

Problem with POST request from APE server module

I use Ajax Push Engine as push engine and Django for main site. I wrote the server module which must send the request to my Django-based application when new user join the channel by using Http module. My Django-based project runs on the…
korkholeh
  • 41
  • 1
  • 6
1
vote
1 answer

Ajax Push Engine

I'm researching methods to find ways for an event driven web application where a server can push data to the web page. Can I use APE ?? If so how can I use it and some resources please?? Thank You!!
Izza
  • 2,389
  • 8
  • 38
  • 60
0
votes
1 answer

"No RequestCycle is currently set!" exception when using icepush wicket integration and trying to call 'push()' from another class

Ok here goes. This is my first ever wicket application and I'm trying to integrate icepush using the pushpanel example. What I'm trying to do is push an update to the panel by calling an 'updatePanel(String content)' method from another class. Here…
icecreamhead
  • 111
  • 1
  • 12
0
votes
1 answer

To embed a chat in my site

I want to embed a chat in my site.The chat will be used for intercommunication between two members of site, like, the one used in social networking sites like facebook. Can anyone suggest me which language i need to learn in order to make that work…
Prashant Singh
  • 3,725
  • 12
  • 62
  • 106
0
votes
2 answers

What does AJAX Push have to pay to get web pages more interactive?

(Sorry if the topic isn't titled properly, would appreciate if somebody helps me to make it more related to what I explain below). Recently I feel very interested in getting to know AJAX push and all its basic ideas. I know AJAX push technique makes…
user743234
0
votes
1 answer

What exactly does the expected HTTP response for a Reverse-AJAX request look like?

I'm trying to implement a simple Web Service (running on an Arduino board using an Ethernet shield) that can provide (push) information to a subscribed client by means of Reverse-AJAX. The web service hosts a single web page that presents…
Tom
  • 73
  • 1
  • 1
  • 6
0
votes
1 answer

Online card game + chat with PHP

What would be a good way to make a online card game with chat-function in PHP? A colleague mentioned Ajax Push Engine (APE) but APE's latest release is from 2009. Orbited on the other hand doesn't seem to work with PHP. Is there a viable alternative…
iarwain01
  • 424
  • 3
  • 11
0
votes
1 answer

need a solution ajax push mechanism

I am developing a web application. where data need to be updated when ever there are changes. Currently I am putting an interval[5 sec] for fetching data from server[getting data with ajax requests]. But here problem is unnecessary calls are going…
3nath
  • 223
  • 4
  • 12
0
votes
0 answers

Web chat with PHP/JQuery and push technology (Only for a small group of users, shared hosting)

I'm working on a small private site for a group of 10 people. It's essentially a tiny social network just for us. We currently also use Windows Live Messenger for real-time chatting but we're looking to create an alternative since the MSN clients…
Marcus
  • 1,619
  • 1
  • 16
  • 22
-1
votes
2 answers

Comet Chat in GoDaddy Linux Dedicated Server?

I want to know if it's possible to make my own chat application with ajax push. And if it's, what is the easiest way to do it? I know how to use javascript and make ajax calls but that's as far as I go. I can find tutorials myself but I can't…
lisovaccaro
  • 32,502
  • 98
  • 258
  • 410
1
2