Push notifications

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.flotype.com/

Flotype - Enterprise Middleware

Flotype is a venture-backed enterprise software company building Flotype Bridge, a high-performance software messaging system. Over the past year, the team at Flotype has been working on a new software messaging system called Flotype Bridge. In the coming weeks, we will be releasing whitepapers, open source code, and example applications in preparation for an upcoming public release of Flotype Bridge.
http://www.pubnub.com/ Hundreds of apps and thousands of developers rely on PubNub for delivering "human-perceptive" real-time experiences that scale to millions of users worldwide.

PubNub ★ Push Real-time Data to Mobile, Tablet, Web

node.js

var net = require ( 'net' ); var server = net . createServer ( function ( socket ) { socket . write ( 'Echo server \r\n ' ); socket . pipe ( socket ); } ); server . listen ( 1337 , '127.0.0.1' ); A guided introduction to Node http://nodejs.org/