Bone.io is a lightweight framework for building high performance Realtime Single Page JavaScript applications.
bone.io allows you to build realtime javascript apps using websockets to deliver "hot" data to the browser. this enables you to easily construct rich, highly responsive user interfaces.
in a lot of ways, bone.io can be viewed as a much improved version of backbone.js.
backbone, angular and other older frameworks rely primarily on ajax and model bindings to get data to the dom. the problem with this approach is that ajax has no method for handling bidirectional communication. in the world of modern datadriven javascript applications, bone.io strives to pickup where these other frameworks have left off.
when we say that this framework is lightweight, we mean it. compressed and gzipped the entire library is less than 4kb in size. that is less than backbone, less than underscore, less than jquery, less than just about everything.
source code : https://github.com/techpines/bone.io
javascript web-development framework node.js real-time mobile-apps-development browser-development tcp