Comet/Hows Jaws Coming Along?

Chris Double chris.double@REDACTED
Tue May 16 11:30:42 CEST 2006


On 5/16/06, Gordon Guthrie <gordonguthrie@REDACTED> wrote:
> Essentially you:
> * build a javascript client
> * keep a single HTTP connection alive from the brwoser to the client
> * push updates up the connection

I have an example of doing this using Erlang and Yaws here:

http://www.bluishcoder.co.nz/2005/11/pushing-events-to-browser-via-ajax.html
http://www.bluishcoder.co.nz/2005/11/observers-erlang-and-server-push.html

My plan was to model the web page as an Erlang process and be able to
send messages to it from Erlang to get it to do things.

I'm looking forward to seeing Jaws though. Any update on its progress?

Chris.
-- 
http://www.bluishcoder.co.nz



More information about the erlang-questions mailing list