Description
Espresso.js is a tiny MVC library inspired by Backbone and React with a focus on simplicity and speed.
We've aimed to bring the ideas of unidirectional data flow of Flux to a simple, Backbone-style library.
espresso.js alternatives and similar libraries
Based on the "MVC Frameworks and Libraries" category.
Alternatively, view espresso.js alternatives based on common mentions on social networks and blogs.
-
Vue.js
Intuitive, fast & composable MVVM for building interactive interfaces. -
react-native
A framework for building native apps with React. -
react
A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM. -
angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages. -
meteor
An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. -
svelte
Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM. -
backbone
Give your JS App some Backbone with Models, Views, Collections, and Events. -
preact
Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM. -
ember.js
A JavaScript framework for creating ambitious web applications. -
nativescript
Build truly native cross-platform iOS and Android apps with JavaScript -
hyperapp
1kb JavaScript library for building frontend applications. -
inferno
An extremely fast, React-like JavaScript library for building modern user interfaces -
Alpine.js
offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. -
mithril.js
Mithril is a client-side MVC framework (Light-weight, Robust, Fast). -
feathers
A minimalist real-time JavaScript framework for tomorrow's apps. -
knockout
Knockout makes it easier to create rich, responsive UIs with JavaScript. -
aurelia
A Javascript client framework for mobile, desktop and web. -
Stimulus
A modest JavaScript framework for the HTML you already have -
marionette
A composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications. -
derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers. -
rivets
Lightweight and powerful data binding + templating solution. -
chaplin
An architecture for JavaScript applications using the Backbone.js library. -
donejs
DoneJS is an open source JavaScript framework that makes it easy to build high performance, real-time web and mobile applications. -
Monkberry
Monkberry is a JavaScript library for building web user interfaces -
FoalTS
Elegant and all-inclusive Node.JS framework for building web applications (TypeScript). -
rxweb
Tons of extensively featured packages for Angular, VUE and React Projects -
atvjs
Blazing fast Apple TV application development using pure JavaScript. -
finity
A finite state machine library for Node.js and the browser with a friendly configuration DSL. -
LiquidLava
Transparent MVC framework for building user interfaces. -
makefun
Use promise values as they are satisfied otherwise wait for the promise
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of espresso.js or a related project?
README
Espresso.js
Espresso.js is a tiny MVC library inspired by Backbone and React with a focus on simplicity and speed.
We've aimed to bring the ideas of unidirectional data flow of Flux to a simple, Backbone-style library.
Features
- tiny, less than 500 lines and 3kb gzipped
- zero dependencies
- performance and memory focused
- does not aim to support anything below IE10, but may work on older browsers using a shim
Documentation
Backbone-style docs can be found here
All documentation is automatically generated from docs/index.md
using Bocco.
Getting Started
If you're using Browserify or Node/CommonJS, simply install the package:
$ sudo npm install --save espresso.js
Alternatively grab the standalone version that you can import with a <script>
tag or checkout the GitHub Repo.
Now dive in and check out the To-Do Example app.
Testing
$ npm test
Building
If you need to use this module outside a CommonJS environment, you can build a standalone UMD module as follows:
$ npm run build