I have spent the whole of yesterday trying to get my head round HTML5 websockets, but am still a little confused about a few points:
- Do I need to install any further add ons to my apache server to run a websocket server?
- Is it possible to run websockets on a shared server setup without access to the server root?
- Are websockets going to be supported by IE9, if not then is there any point working with them if there is such limited browser support? Should I look at polling techniques instead?
- How does one go about running simultaneous websockets (eg multiple chat app instances) how is each one uniquely defined?
- Is there a reliable fallback for browsers that don't support websockets?
Hope someone out there can help me understand these points, very greateful!
W.