Friday, July 21st, 2006
Asteroid: Seaside Comet Implementation
Diego Gomez Deck has written an Comet implementation in Seaside (Smalltalk continuations based web framework) called Asteroid.
Features
- JSON-rpc implementation
- disconnection handled in browsers
- manual reconnection
- automatic reconnection working in IE
- visual feedback (using script.aculo.us)
- rpc
- connection/disconnection
- events reception
View a demo





4.2 rating from 9 votes








Thank you very much for publishing about Asteroid. You have to know it *doesn’t* use Seaside but plain Comanche (a Squeak Web Server).
And you can find a more interesting example at:
http://diegogomezdeck.blogspot.com/2006/05/comet-y-canvas-morphic-en-el-browser.html
It’s a proof of concept of a Squeak’s World drawn in the Browser, using Comet to push the damage-rectangles areas.
Cheers,
– Diego
really cool Comet demostration.
Congratulations Diego