2006-05-23
Squeak Morphic in the Browser
Diego Gomez Deck is experimenting with Seaside and Comet to display Squeak Morphic graphics in a web browser. From his Seaside mailing list announcement:
I implemented a "Fake" canvas on Squeak side (I mean an Squeak-canvas) that generated JavaScript to push (using Comet) to browsers. The speed is not so bad, and we still have room for more optimizations (reduce the size of the generated JS, compress the socket usint GZip-http, etc).