Domerl: A New Comet lib for Erlang
by Roberto SacconMarch 10th, 2008Since the introductory article about Erlang and Comet, a new open source project by Torbjörn Törnkvist is giving some additional choice: domerl. As the name suggests, its focus is on serverside triggered DOM manipulation. The Comet implementation is currently rather simple, just XHR-long-polling, no Bayeux and no bells and whistles, but less is sometimes more! The source is in a git repository, contains some examples and can be cloned as follow:
git clone git://www.tornkvist.org/domerl
The project dependencies are yaws (Erlang web server) and jQuery.











September 7th, 2009 at 7:13 pm
how to use this library? Please tell me more detail to install it.
I installed yaws.