Dive into the archives.
- WebSockets and pywebsocket – quick & dirty playground
Playing with HTML 5 WebSockets One of the interesting features proposed for HTML 5 is The Web Sockets API. Web Sockets API define bidirectional communication between the web browser (using Javascript) and server. The use of Web Sockets may be very interesting replacement of frequent browser-to-server calls, especially for ‘check if something has changed’ or [...]

