Описание тега socketstream
SocketStream is a fast, modular Node.js web framework
dedicated to building realtime single-page apps.
SocketStream is a new breed of web framework that uses websockets to push data to the browser in 'realtime'. It makes it easy to create blazing-fast, rich interfaces which behave more like desktop apps than traditional web apps of the past.
By taking care of the basics, SocketStream frees you up to focus on building your social/chat app, multiplayer game, trading platform, sales dashboard, or any kind of web app that needs to display realtime streaming data. All personal tastes (e.g. Vanilla JS vs CoffeeScript, Stylus vs Less) are catered for with optional npm modules that integrate perfectly in seconds, without bloating the core.
SocketStream eases the pain by:
- Integrating best-of-breed modules to increase productivity
- Providing a sensible place to put everything
- Accelerating development with Live Reload and (optional) support for Stylus, Jade, etc
- Accelerating deployment with integrated asset packing and CDN support
- Organizing spaghetti client-side code into modules you can require()
- Working well with all major client-side frameworks (e.g. Backbone, Ember, Angular)
- Making it easy to hookup Redis, MongoDB, CouchDB or other storage engines
- Providing an active community to answer your question
SocketStream is MIT licensed.