Another alternative would be to design an _external server that performed any of the logic you required. You could probably lift alot of code from the old actions server [1] on the wiki to allow you to put business logic on design documents and then call those functions from the web.
HTH, Paul Davis [1] http://wiki.apache.org/couchdb/Actions On Tue, Apr 14, 2009 at 12:44 AM, sftf <[email protected]> wrote: > PA> Nothing like this inside CouchDB you need to make an application tier on > PA> your own for this. > PA> The business logic inside couchDB is to create view not to update or > modify > PA> document. > So to create fairly complex logic with couchdb I should use 3-tier > architecture? > Write my own scalable server to work with client's sessions, network, etc, > isn't it? > > Is there a way to write a two-tier client-server application with couchdb and > with fairly complex logic on server side? > Thanks. > >
