7 ms·
I've got a library called Falcon.js (https://github.com/stoodder/falconjs https://github.com/stoodder/falconjs) that essentially provides a Model, Collection, V
by stoodder 13y ago
I've got a library called Falcon.js (https://github.com/stoodder/falconjs https://github.com/stoodder/falconjs) that essentially provides a Model, Collection, View framework on top of Knockout that I've been using for over a year now on internal and client projects. It works really well for single page and mobile web hybrid apps, it's completely unit tested, and I'm currently in the works of getting the documentation finished up. It's only dependency is jQuery and it comes bundled with Knockout 2.2.1 built in. Feel free to take a look at what I have so far, I'd love your feedback. Again, I apologize for the incomplete state of documentation at the moment but I promise everything'll be wrapped up sooner than later!
- Contra 13y agoThe readme is empty and the only url on it is broken
- lh7777 13y agoLink just worked for me. Looks interesting; I'd love to see an example -- even just a hello world.
- stoodder 13y agoThanks for the quick feedback! As a quick update, I threw together a todo app that also describes some of the basic functionality of Falcon. Check it out: http://jsfiddle.net/stoodder/2ZX52/20/ http://jsfiddle.net/stoodder/2ZX52/20/