Webix and CouchDB - they lived happily ever after!
I have to thank for the opportunity given by people from Webix who published an article on their blog on how to use Webix and CouchDB for a Single Page web Application:
https://blog.webix.com/ifact-webix-based-invoicing-application/
The happy marriage is based on the fact that Webix embraces 100% JavaScript approach and everything is JSON based. This is perfect for CouchDB or equivalent (IBM Cloudant, Smileupps or CouchBase).
The challenge was to write quickly an invoice management application that will help me bookkeeping my freelance activity. As this tool evolved, I considered it will be nice to share the experience and the result. The tool, called iFact is available on github:
https://github.com/iqcouch/ifact
Please enjoy using it!
Any feedback is more than welcome.