Davis.js

Davis.js is a small JavaScript library using HTML5 history.pushState that allows simple Sinatra style routing for your JavaScript apps. The benefit from using HTML5 pushState is that all of your links and forms can point to real end points on your server, so that if JavaScript is unavailable, or it breaks, your server can still respond to these links and forms. When JavaScript and pushState are available your users will get the full experience.

Stars

532