debasishg / scouchdb

CouchDB Driver and View Server in Scala
http://debasishg.blogspot.com
73 stars 14 forks source link

Implement External Processes in CouchDB #5

Open debasishg opened 15 years ago

debasishg commented 15 years ago

CouchDB now allows for the ability to develop custom behaviors via processes that communicate over stdin and stdout. Requests to CouchDB that are captured by the external process handler are passed via JSON object to the external process over stdin and reads a JSON object from stdout.