Description
The Derby MVC framework makes it easy to write realtime, collaborative applications that run in both Node.js and browsers.
Derby includes a powerful data synchronization engine called Racer that automatically syncs data among browsers, servers, and a database. Models subscribe to changes on specific objects, enabling granular control of data propagation without defining channels. Racer supports offline usage and conflict resolution out of the box, which greatly simplifies writing multi-user applications.
Derby applications load immediately and can be indexed by search engines, because the same templates render on both server and client. In addition, templates define bindings, which instantly update the view when the model changes and vice versa. Derby makes it simple to write applications that load as fast as a search engine, are as interactive as a document editor, and work offline.
See docs here: http://derbyjs.com/
Examples here: https://github.com/derbyjs/derby-examples
derby alternatives and similar libraries
Based on the "MVC Frameworks and Libraries" category.
Alternatively, view derby alternatives based on common mentions on social networks and blogs.
-
react-native
A framework for building native applications using React -
Vue.js
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core -
backbone
Give your JS App some Backbone with Models, Views, Collections, and Events -
preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. -
ember.js
Ember.js - A JavaScript framework for creating ambitious web applications -
nativescript
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: SwiftUI, Jetpack Compose, Flutter and you name it compatible. -
Alpine.js
A rugged, minimal framework for composing JavaScript behavior in your markup. -
GrapesJS
Free and Open source Web Builder Framework. Next generation tool for building templates without coding -
hyperapp
1kB-ish JavaScript framework for building hypertext applications -
inferno
:fire: An extremely fast, React-like JavaScript library for building modern user interfaces -
Adonis
🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence -
knockout
Knockout makes it easier to create rich, responsive UIs with JavaScript -
aurelia
The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia. -
Stimulus
A modest JavaScript framework for the HTML you already have [Moved to: https://github.com/hotwired/stimulus] -
Rete.js
Rete.js is a framework for creating visual interfaces and workflows. It provides out-of-the-box solutions for visualization using various libraries and frameworks, as well as solutions for processing graphs based on dataflow and control flow approaches. -
litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently. -
FFCreator
一个基于node.js的高速视频制作库 A fast video processing library based on node.js -
FoalTS
Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented. -
Monkberry
Monkberry is a JavaScript library for building web user interfaces -
rxweb
Tons of extensively featured packages for Angular, VUE and React Projects
A Non-Cloud Alternative to Google Forms that has it all.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of derby or a related project?
Popular Comparisons
README
Derby
The Derby MVC framework makes it easy to write realtime, collaborative applications that run in both Node.js and browsers.
Derby includes a powerful data synchronization engine called Racer that automatically syncs data among browsers, servers, and a database. Models subscribe to changes on specific objects, enabling granular control of data propagation without defining channels. Racer supports offline usage and conflict resolution out of the box, which greatly simplifies writing multi-user applications.
Derby applications load immediately and can be indexed by search engines, because the same templates render on both server and client. In addition, templates define bindings, which instantly update the view when the model changes and vice versa. Derby makes it simple to write applications that load as fast as a search engine, are as interactive as a document editor, and work offline.
See docs here: http://derbyjs.com/
Examples here: https://github.com/derbyjs/derby-examples
Running Tests
Run unit tests:
npm test
Run browser tests:
This will prompt to open a browser to run front-end tests
npm run test-browser
Getting in touch
Create an issue or reach out to the derbyjs team.
Further resources: https://derbyjs.com/resources
MIT License
Copyright (c) 2011-2021 by Nate Smith
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*Note that all licence references and agreements mentioned in the derby README section above
are relevant to that project's source code only.