Getting started with html5 web sockets

Posted by Stanni on Stack Overflow See other posts from Stack Overflow or by Stanni
Published on 2010-06-07T08:57:17Z Indexed on 2010/06/07 9:02 UTC
Read the original article Hit count: 244

Filed under:
|
|

Hi,

I'm very interested in learning about the new feature in html5 called web sockets. I've looked into it and have come out with a few questions.

It seems that before I can start implementing this new technology into a web application of mine I need to have a web server which supports it. Does this involve downloading something and installing it on the said server? Is there more than one available? If so where do I find these?

I already have experience with JavaScript and html/css of course, Are there any other languages I will need to learn to start using web sockets?

Any additional information that you think I might need to know would be appreciated.

© Stack Overflow or respective owner

Related posts about html5

Related posts about getting-started