Push notifications
< etienne_morin
Get flash to fully experience Pearltrees
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.
Hundreds of apps and thousands of developers rely on PubNub for delivering "human-perceptive" real-time experiences that scale to millions of users worldwide.
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