Hi juicyfruity,

you are correct, the same example (HelloWorld) has been implemented using both HTML Client API with Lightstreamer 4.1 Duomo and using
the new Javascript Client API with Lightstreamer 5.0 Colosseo.

In fact one of the most relevant changes in version 5 Colosseo compared to 4 Duomo is that a completely redesigned JavaScript
API is available. The new library is much easier to use, much faster and it is based on AMD (Asynchronous Module Definition) and
RequireJS, the de facto standard for modularization and loading of JS libraries.

So if you are starting a new project it is crucial that it rely on Lightsreamer 5 with the new JavaScript Client library
(you can overlook the old 4.1 version).

Please refer here for a fully description of all the new features of Lightstreamer 5.0 Colosseo.