Skip to content

umarmughal/matreshka

 
 

Repository files navigation

Matreshka.js Framework GitHub version npm version

Matreshka Website

Build Status devDependency Status Dependency Status Issue Stats Issue Stats

Join the chat at https://gitter.im/finom/matreshka

<script src="matreshka.min.js"></script>
<input type="text" class="my-input">
<script>
var app = new Matreshka();
app.bindNode('x', '.my-input');
app.x = 'Two-way data binding in JS? O rly?';
</script>

Matreshka is small and powerful client-side JavaScript framework that allows you to build single page applications as simply as possible.

  • Two-way data-bindings in JavaScript files.
  • It's simple. Really. You don't need to learn mass of articles to get started.
  • Custom architecture. You can choose any way how you build an application.
  • It's fast!

Sponsoring by Shooju


Download

Install via NPM

npm install --save matreshka

NPM NPM

Install via Bower

bower install matreshka

CDN

<script src="https://cdn.jsdelivr.net/matreshka/latest/matreshka.min.js"></script>

Resources

License: MIT License

About

Matreshka.js framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.8%
  • Erlang 10.9%
  • HTML 0.3%