I would like to deploy my application on couchdb. Have few queries regarding the same.
1) Is couchapp the only way to install applications on couchdb?
2) Can we deploy only javascript/HTML in couchdb?
I found that all the files except the files in web-inf from my application war can be pushed into couchdb. What will happen to the files in web-inf?
Thanks
Jo