Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 306 Bytes

WireWrap Logo WireWrap

A simple two-way json binding engine

This project aims to provide a simple two way json binding engine that:

  • uses similar syntax to knockout.js
  • doesn't require observables but infers them
  • use the actual HTML as templates
  • is small
  • doesn't use jQuery