You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Thaina Yu (JIRA)" <ji...@apache.org> on 2016/07/26 05:16:20 UTC

[jira] [Created] (COUCHDB-3081) Could use any language to write design doc script

Thaina Yu created COUCHDB-3081:
----------------------------------

             Summary: Could use any language to write design doc script
                 Key: COUCHDB-3081
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3081
             Project: CouchDB
          Issue Type: Wish
          Components: Database Core
            Reporter: Thaina Yu


I want to write design doc script in my favorite language (for me is C#). Or sometime I would like to use ES6 version

So I wish there could be some way for couchDB to separate javascript engine into REST protocol and we could write docker server to plugged into couchDB, with library and language we like

for example, couchDB would request to localhost url (docker) and get response in request/response flow, we would write response with array of { key:{}, value:{} } object, instead of emit. Other design doc would be the same



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)