I'm new to WebSocket and HTML5. Before today, I thought that all the HTML5 standards affect only the clients(broswers); so assume that users have upgraded their broswers, its ready. But after some reading on WebSocket, it seems to me that I need to install something on the server to support it. Am I understand it right?
As an example, if I have a website on a shared hosting like Hostmonster, which I don't have the privilege to change the http server, can I use WebSocket?
Btw, by server I don't mean "proxy" server.