Blender + Python + Socket Connection = interactive web page

hi,…
i found on google that we can connect Blender to a webpage by using socket connection.
can someone tell me how? maybe a link tutorial?
thanks…i really appreciate of your help…

by using Pyppet2? how to do that? :o

because from this i know that pyppet2 just works with works with Fedora, Kubuntu, Debian, and LinuxMint.

see this link

python is crossplatform:
http://code.google.com/p/pyppet/

you should be able to port it easily: http://code.google.com/p/pyppet/source/browse/

hmm, on this link : http://code.google.com/p/pyppet/ , it says : “Windows ( nobody is working on this yet… )”
maybe with socket? like this link : http://stackoverflow.com/questions/4086435/how-to-connect-a-python-socket-on-client-side-to-node-js-socket-io ??