herve76
Hello,
I would like to know if I can do the following with LightStreamer :
- Push (or stream) web pages wihin a frame of website.
- I want to display the web pages on the client side that I am surfing on the server side.
- So the frame should show web page scrolling, video (like youtube) playing and text highlighting if it is possible.
What do you think ? Is it possible ? If yes, could you point me to the right direction ?
Thank you,
Hervé
Dario Crivelli
You can use Lightstreamer as a transport mechanism,
but only if you can encode all the information needed to animate the client page into a sequence of strings.
This means that the Data Adapter should do the encoding of the surfing contents,
by being notified in some way by your server-side browser;
then, custom code on the client page should recreate the surfed pages,
by getting the encoded contents from a NonVisualTable.
Presumably, only the navigation events and the urls of the visited pages or videos should be carried.
It seems quite a lot of work, though.
herve76
Yes it seems more complicated that I thought. But if you could do a simple demo of full web page content push, it will put your company on the sight of everyone trying to achieve web page push. And I know quite a lot of people that would be interested. If you are interested in this project, please PM me.
Hervé