gpt4 book ai didi

Mongodb客户端javascript api

转载 作者:IT老高 更新时间:2023-10-28 13:12:08 25 4
gpt4 key购买 nike

我想直接从客户端使用 mongodb,在我的模型中使用 javascript。我想这是可能的,因为在 mongo 网站上有一个用于演示的 javascript 实时控制台。

有没有一种方法可以在普通的 javascript 应用程序中使用相同的 api 而无需编写客户端-服务器粘合代码?

谢谢

最佳答案

看起来该站点使用类似 REST 的 AJAX 接口(interface),但我确信它不会直接访问任何 MongoDB 实例,甚至不会通过某些桥接间接访问。

在应用此模式之前要三思:您将如何实现安全性?你知道 AJAX 的限制吗?如果你真的知道自己在做什么,官方documentation指出一些有用的资源:

  • Sleepy Mongoose (Python) is a full featured REST interface for MongoDB which is available as a separate project.

  • MongoDB Rest (Node.js) is an alpha REST interface to MongoDB, which uses the MongoDB Node Native driver.

  • Simple REST Interface The mongod process includes a simple read-only REST interface for convenience. For full REST capabilities we recommend using an external tool such as Sleepy.Mongoose.

拥有 REST 网桥并管理 same origin policy您可以使用 AJAX 调用和 JavaScript 轻松地直接访问 MongoDB。

关于Mongodb客户端javascript api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7292648/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com