WebSockets are supported on the iOS Safari platform, Google Chrome / Safari, FireFox, Internet Explorer and Opera. Server Sent Events are supported on Google Chrome but not Safari, FireFox, Internet Explorer and Opera.
WebSockets allow for asynchronous connections between the client and the web server. Server Side Events allow for push notifications to be sent from the web server to the client, basically out right replacing Comet and Long Polling.
I know you have implemented a WebSockets server on the current LFSWorld for Stats, I was wondering if you were planning to go further on the subject.
WebSockets allow for asynchronous connections between the client and the web server. Server Side Events allow for push notifications to be sent from the web server to the client, basically out right replacing Comet and Long Polling.
I know you have implemented a WebSockets server on the current LFSWorld for Stats, I was wondering if you were planning to go further on the subject.