On Mon, Sep 7, 2009 at 1:36 PM, Debasish Ghosh<[email protected]> wrote: > Hi - > Is it possible to write validation functions in any language other than > Javascript ? I have implemented a Scala View Server in scouchdb. But I > cannot find any documentation on writing validation functions in languages > other than Javascript. If it is possible, where can I get the protocol for > the same ? > > Thanks. > - Debasish >
Debasish, In the test subdirectory there is a Ruby spec file that tests view server implementations for protocol compatibility. Its a JSON-over-stdio protocol, so for all CouchDB cares, you could write a view server in Bash. HTH, Paul Davis
