Archive for the ‘Comet’ Category

Getting a GWT Chat app with Comet running in less than 3 minutes

Tuesday, March 23rd, 2010

Assuming you have a fast Internet connection you should be able to get this web app up and running in less than three minutes. I’ll be using the excellent gwt-comet project by Richard Zschech.

(more…)

Getting started quickly with Diesel for Python

Monday, October 5th, 2009

Diesel is a project similar to Tornado. From the Diesel website they describe it as: “Diesel is a framework for writing network applications using asynchronous I/O in Python”. Today we will build a simple Diesel application and communicate with it via Telnet. The potential of Diesel is exciting when you begin to understand how you could use it for Comet based applications.

(more…)