Hi,
I'm wondering if serving documents from couchDB directly is an actual typical real world scenario, or if most people use it inside server code (as with traditional databases) and then serve from there ?
I find couchDB pretty interesting but wonder how to integrate the database access with normal web scenarios.. there isn't so much experience and literature out on that yet seemingly.
(Yes, I know that I have to use a proxy anyway, I'm just curious how it is typically integrated).