Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将列表合并到服务器端的显示模板中。
我如何向节目中的列表或视图发出 GET 请求?我是否必须在节目中调用另一个库来进行服务器端调用,或者沙发是否有本地方式来执行此操作。如果是图书馆,它是什么?我希望我可以基本上使用 couch.js 服务器端。
目前,CouchDB 没有这样的服务器端功能。_show 和 _list 函数的要求是一个完整的沙箱。节目或列表必须始终为相同的输入返回相同的输出。(这是为了支持 HTTP 缓存。)