server-push Questions
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
9
Solved
I am working on a simple notification service that will be used to deliver messages to the users surfing a website. The notifications do not have to be sent in real time but it might be a better us...
Envisage asked 20/10, 2008 at 20:52
2
Solved
I wrote a "push server" that, when a client opens a connection, it remains open while the server writes to the stream. I would like to know how to write a client in Java that reacts to commands as ...
Doctrinal asked 27/12, 2012 at 17:27
2
Solved
Recently I've found out of Server-Sent events as a much simpler alternative to WebSockets for doing push from the server. Most places that compare them (like here, here and here) say that if you do...
Heisel asked 7/11, 2012 at 21:16
1
Solved
I am developing a web app in which I want that when some changes in database occurs, server sends response to particular client(like push notification). And I want this notification to be sent clie...
Nickname asked 10/9, 2012 at 13:3
2
Solved
My ASP.NET MVC 4 Web application is displaying frequently updated data to the client.
Data originate from an external source (an application installed on the server) and processed by SQL Server 200...
Pasteup asked 12/6, 2012 at 16:54
2
Solved
I've implemented push notifications in my Android app and am trying to build out the server-side to make it more scalable. Looking at the documentation on how to construct the POST to send a push, ...
Dulsea asked 14/11, 2011 at 16:47
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
6
What's the best way to push info from a server to a web client? I know it's possible to setup sockets with Silverlight and Flash but I want to stay way from those two technologies.
Gmail see...
Jacobo asked 23/1, 2009 at 3:20
2
Solved
I am building a distributed system that consists of potentially millions of clients which all need to keep an open (preferrably HTTP) connection to wait for a command from the server (which is runn...
Jodhpurs asked 11/4, 2012 at 23:38
6
I have a project coming up with the requirement to notify WPF desktop clients when something happens on the server. Additionally, the notification to the WPF clients will not be broadcasted (sent t...
Whereinto asked 15/12, 2011 at 14:34
10
Solved
I want to push the data to the jsp for every 2 seconds, with out client requesting it.
I am using Spring with Hibernate here.
I am displaying google maps marker, and I want to update the marker loc...
Stock asked 25/12, 2011 at 16:52
8
Solved
I've done some research into server push with javascript and have found the general consensus to be that what I'm looking for lies in the "Comet" design pattern. Are there any good implementa...
Onassis asked 25/9, 2008 at 20:53
4
Solved
I'm using Zend Framework for an application called Pricetag, and we're thinking of adding support for real-time multi-user editing. Basically the idea is, in each of 4 steps, to be able to share wh...
Kosel asked 15/11, 2011 at 23:10
2
Solved
I'd like to build a multiplayer web game application in which it supports chat. I presume the application will have to handle hundreds of simultaneous connections.
I'm planning to host my applicat...
Geostrophic asked 7/10, 2011 at 7:33
1
Solved
Is it possible to push notification from my 3rd party server directly to my device in Intranet(Wi-Fi)? I have achieved to push notification to the device with the help of APNs, but my requirement t...
Polygraph asked 10/5, 2011 at 4:30
2
Solved
Frameworks like Node.js, Tornado, and Twisted let developers create server-push applications that supports large number of concurrent hanging requests (10k+). From what I understand, they all achie...
Doorbell asked 13/2, 2011 at 6:51
6
Solved
How can I implement Comet / Server push in Google App Engine in Python?
Childbearing asked 16/8, 2009 at 19:34
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
6
Solved
It looks like Websockets in HTML 5 will become a new standard for server push.
Does that mean the server push hack called Comet will be obsolete?
Is there a reason why I should learn how to imple...
Mintamintage asked 8/8, 2010 at 23:53
8
Solved
Read about Server push here.
I want to push data to client from my web application in real time.
I was looking at TCP sockets as one of the options.
For HTTP I found a variety of frameworks for Jav...
Dong asked 15/9, 2009 at 3:54
5
Solved
I have a client-server application - wherein the server is essentially an ASP .NET web application and the distributed clients are desktop applications.
The clients need to receive some data from ...
Liberalism asked 25/5, 2009 at 17:1
3
How can I implement the comet / server push design pattern using PHP and Javascript?
Essentially what I would like is something like this:
User clicks a 'submit' button
Javascript shows a messag...
Brahmanism asked 1/12, 2009 at 22:3
2
Solved
I have noticed that some of my ajax-heavy sites (ones I visit, not ones I have built), have certain auto-refresh features. For example, in GMail, if I get a new message, I see the new message witho...
Feld asked 10/8, 2009 at 12:38
3
Solved
I hear that I can use Comet as a server push technology along with my Ajax code to increase the performance of my web applications.
How mature this Comet technology?
Is it supported by all web se...
Enclosure asked 7/2, 2009 at 9:57
© 2022 - 2024 — McMap. All rights reserved.