I'm looking at using CouchDB as a backend of an ASP.NET web API/web app which uses JSON heavily.
I'm interested in the pros and cons in terms of:
- replication
- platform dependency (currently all our servers are Windows 2003)
- ease of use (are there .NET libraries around?)
The application is not very transaction-intensive, probably about 100-200 CRUDs an hour.