backbone.iobind
Event binder
Enables real-time data synchronization between client-side models and collections using Socket.io events.
Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.
582 stars
15 watching
65 forks
Language: JavaScript
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nytimes/backbone.stickit | A plugin for Backbone.js that simplifies data binding to views and models by automatically cleaning up template variables and providing fine-grained control over bindings. | 1,640 |
redbooth/backbone-redux | A tool that synchronizes Backbone collections and Redux stores in real-time | 191 |
jonschlinkert/deep-bind | Binds a context to all functions in an object and its nested functions | 9 |
btford/angular-socket-io | Provides an AngularJS integration with Socket.IO for real-time communication | 1,512 |
elephantio/elephant.io | A client library for socket.io written in PHP. | 109 |
addyosmani/backbone-boilerplates | Boilerplate code for integrating Backbone.js with various backend technology stacks and frameworks. | 489 |
developit/linkstate | A utility function to bind events to state changes in React and Preact components. | 292 |
moemoe89/simple-realtime-message-socketio-nodejs-ci | A tool for real-time message pushing using Node.js and Socket.IO with PHP and MySQL integration. | 97 |
pauluithol/backbone-tastypie | A compatibility layer between Backbone.js and Django's REST API framework. | 466 |
dhruvaray/backbone-associations | Tool to create object hierarchies with Backbone models and respond to changes | 492 |
socketry/cool.io | Provides an event-driven I/O system with asynchronous wrappers for Ruby's core socket classes. | 693 |
nolde/vue-plugin-events | A global event bus plugin for Vue.js applications with automatic subscription control. | 5 |
fluentforward/cljs-binding | A library that simplifies binding ClojureScript functions to HTML elements and atomic values, enabling two-way data synchronization. | 57 |
marionettejs/backbone.radio | Provides messaging patterns for Backbone applications, including publish-subscribe and request-reply patterns with explicit namespaces. | 491 |
cweili/vue-option-events | Bridges the event system between Vue 1 and Vue 2. | 5 |