# espresso.js **Repository Path**: reatris/espresso.js ## Basic Information - **Project Name**: espresso.js - **Description**: Super minimal MVC library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Espresso.js Espresso.js is a tiny MVC library inspired by [Backbone](http://backbonejs.org) and [React](http://facebook.github.io/react/) with a focus on simplicity and speed. We've aimed to bring the ideas of unidirectional data flow of [Flux](http://facebook.github.io/flux/docs/overview.html) 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](https://github.com/termi/ES5-DOM-SHIM) ### Documentation Backbone-style docs can be found [here](http://techlayer.com/espresso.js) All documentation is automatically generated from `docs/index.md` using [Bocco](https://github.com/akrymski/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](https://raw.githubusercontent.com/techlayer/espresso.js/master/espresso.min.js?token=AAamF6ZPKrH6WZ5pN6wwM4QtQphAdmbLks5Ua2ecwA%3D%3D) that you can import with a `