Thanks; I'm glad you like it. :-)
> I am wondering now, how to do some integration test. I am using multiple
> layer in my application (Database Interface Layer, Websocket Sever Layer,
> Websocket Client Layer) and i need to see if anything interacts as planned.
> Any ideas?
Unfortunately, I don't know much about browser integration testing. Off the
top of my head, JsTestDriver might be useful:
http://code.google.com/p/js-test-driver/
Please report back on what you decide using, and how it works out for you. I'd
be curious to know.