Yeah it's many just experimental right now and needs to be fleshed out a little more.
Jackson
I have not got into websockets yet, so i dont know if this is possible,
but I looking for a web server that can dish out web pages, and also act
as a websocket server on the same port (80/443).
Depending on your needs, the easiest thing to do is to usually setup a
subdomain for web sockets. So something like:
www.manos.com running django
and
streams.manos.com running node.js
Jackson