Hi,

Past few days been trying to learn how to use lightstreamer. I managed to follow the helloworld node.js example and create a simple node.js adapter and use a StaticGrid to show Hello World.

Next I had my node.js adapter connect to another server that just throws sentences out through the socket.
I would still use the StaticGrid to display the messages I get relayed from my server fine.

Now instead of just merging the data on the static grid and showing one line, I want to create a ticker displaying the messages I get from the server.

Am I suppose to use a DynaGrid this time?
Will my subscription mode now be DISTINCT?

Hope someone can point me to the right direction! Thanks!