Comet
Comet, WebSync, Jetty WebSocket, APE JavaScript Framework & APE Server and more.
Tuesday, March 21st, 2006
Category: Comet
, JavaScript
, Library
Javeline TelePort is an Open Source server communication layer supporting all popular web services such as XML-RPC, SOAP, JSON, REST and Comet. Javeline TelePort is an Open Source server communication layer supporting all popular web services. By using it, developers can elegantly implement asynchronous communication as part of their AJAX projects. It has robust error, Read the rest…
Wednesday, March 8th, 2006
Category: Comet
, Programming
, Remoting
Alex Russell has posted slides for his ETech presentation on Comet. Comet (which we mentioned the other day) is Alex’s new term for push-style server-to-browser communication. ETech Comet Presentation – PDF Version ETech Comet Presentation – Flash Version The presentation motivates Comet largely in terms of social and multi-user concerns, before moving onto the nuts Read the rest…
Saturday, March 4th, 2006
Category: Comet
, Dojo
, Programming
, Remoting
Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing – or streaming – data to the client, instead of having the browser keep polling the server for fresh content. Alex identifies several buzzworthy examples: GMail’s GTalk integration Jot Read the rest…
4.1 rating from 117 votes
Monday, February 27th, 2006
Category: Comet
, Games
, Prototype
, Showcase
Piotr Dachtera has created a full interactive multiplayer chess server based on Ajax (using Prototype and Script.aculo.us). There is a lot going on in the game such as: Built-in chat Drag and drop of pieces Animation of pieces as they move