I have been tinkering with CouchDB for about a year and I really like it.

What I have been able to find out the best way to do is deploying a CouchDB
to an end users computer.  I expect the end users to be fairly dumb.
During the key times they application will be used, Internet may or may not
be available or I would host it on a web hosting service.

The options I have thought about are:

1.  Tell them to install CouchDB and writing a C# web server that runs the
SPA.  Downside is I limit my customer to windows
2.  Use CouchDb to server the JavaScript/HTML files.  Not a bad solution,
but I can find any docs on how to do that.  It would be great to repackage
CouchDb to have my files.
3.  Have them install Apache or such to server the files
4.  Have them install another web service ie: nodejs, etc

Suggestions?

thanks
-darryl

Reply via email to