cloudant 服务器上的版本和库支持是什么?

What is the version and library support on cloudant server?

Cloudant 在服务器上使用 javascript 设计文档。这是 map+reduce 和更新处理程序。但是我没有看到它提到它可以在当前服务器上使用什么版本

是否支持ES6?我们可以调用哪个库?我们可以调用 Math 和 Date 吗?

我们可以进行http调用吗?是否兼容node js?

我想在 updatehandler 中调用 http,假设我使用 facebook 身份验证并让用户将访问令牌发送到我的数据库,以便我可以从中获取用户 ID。可能吗?

只有 cloudant 才能给出明确的答案,您应该发送电子邮件至 support@cloudant.com 或通过仪表板开票。

已将此发送给支持@cloudant.com(实际上我在发帖之前向 cloudant 发送了问题,但刚得到答案)

Cloudant uses the SpiderMonkey 1.8.5 engine for Javascript https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5

It implements ES-5 (ECMA 262 5th Edition), not ES 6.

The Cloudant view server cannot make outbound HTTP requests (or indeed do any kind of file or socket activity).