I recommend you to use jWebSocket here is the link
http://jwebsocket.org/we are working in a second big release which
will include a lot of
documentation, videos, etc... I created a serie of videos that you could
see of how to install jWebSocket
https://www.youtube.com/watch?v=GVO1oL-uzy4&list=PL56nGb98gG_gb262qYUIV1M4bjU6A1kkk
And if you want to see the performance of our server, just take a look into
this video:
https://www.youtube.com/watch?v=Dr5XXW-Zg84 with 200 online
users you can see how it broadcasts in Real Time drawing in a Canvas
component.
Best Regards,
Victor Antonio Barzana Crespo
On Thu, Mar 20, 2014 at 6:54 PM, Riyad Kalla <rkalla_at_gmail.com> wrote:
> I believe this is one of those quintessential use-cases for web sockets,
> maybe this will be of some help?
> https://www.websocket.org/quantum.html
>
>
> On Thu, Mar 20, 2014 at 9:45 AM, Andrew Munn <andrew_at_nmedia.net> wrote:
>
>> What would be the best strategy for streaming realtime stock prices to a
>> number of client web pages over the internet(not just a LAN)? messages
>> will be small (under 16 bytes) but numerous and minimal latency would be
>> ideal.
>>
>> The idea is a browser opens a web page from Server #1, on that page is an
>> area where prices are displayed. Server #2 feeds those prices into that
>> page and they're displayed. Should Server #2 be using:
>>
>> WebSockets?
>>
>> Comet? (HTTP Streaming? Long Polling?)
>>
>>
>> Thanks!
>>
>
>