In this tutorial we are going to build a clustered chat server that supports Socket.io. You'll learn how to build a real-time app that scales, doesn't fall over and is easy to extend and add features to. There are lots of tutorials that will teach you how to throw together some Node.js code. This tutorial isn't that.
by Steve Souder
Ads, buttons, widgets - third party content is popular on today's websites. JavaScript provides a great way to mashup content from different sources. Unfortunately, in most cases each JavaScript snippet is capable of bringing down the entire site.
It's been possible to instantly push information from a web server to a web browser for at least 10 years, but this technology has finally gone mainstream. Phil will discuss the past, present and future of client/server communication technology, the realtime web and provide a number of use cases and demonstrations of how the technology is used today.