A Scalable Server for Realtime Web Apps
// Server
var DeepstreamServer = require( 'deepstream.io' ),
server = new DeepstreamServer();
server.set( 'host', 'localhost' );
server.set( 'port', 6020 );
server.start();
JSON structures that can be read,manipulated and listened to.
Messages that can be sent to one or more subcribers.
Request response workflows, between two clients or servers.
We know you're worried about security, and so are we. That's why deepstream helps you to secure each and every step as your information makes it's way.