Re: [Cppcms-users] (no subject)
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2014-02-20 22:29:27
|
> ###4.7.3 should be good enough ;) > ###The other one that does compile but reacts like described underneath > I got from here > ###https://svn.code.sf.net/p/cppcms/code/framework/trunk/contrib/server_side/sse/ that's the right one :) > ###Ok I understand this. But the page does contain the following: > <p>Price:<span id="price"></span></p> so I had expect it to show > something. If that's not doing it, how can I translate that stream into > a field that is updated and displayed on every change? Sorry, only used the stream itself. You're right. There is a frontend, namely the the_ticker.html which reacts like it should. In my browser (also firefox) the price is changing. Did you enabled javascript?! The thing you need is the javascript code in 'the_ticker.html' which opens a stream and put its content into the span field. If you have any further questions, feel free to mail them. Greetings Marcel |