A client side single page javascript web app framework (SPA) in nim (js)
It's like angularjs / mithril.js / vuejs but made in nim js and uses jsffi to pass data between javascript and the nim code.
Check out the minimal code example in wiki.
Or check the examples/ folder for a simple todos app made with tangu.
Check the Releases for details about the changes between each version.
Check out the wiki to get information about:
Planned features and research subjects to complete the framework as a production usable thing.
- introduce a lifecyle system for controllers
- create a central
root()scope configuration - authentication
guardparadigm - rebuild core based on
jsffi - add
fetchwith async/await capabilities - implement a default indexedDB service for persisting
JsObject - add
nimbletasks - implement a base service for PWA management (?)
- improve and add directives
- cli to run a local server or setup project
- research cordova compatibility
- Fix how
Nodedirective replaces or updates (grabs the incorrect ones now when doing eg. two repeats in one parent node) - Introduce a more central way of configuring the 'root' scope during setup (?)

