【发布时间】:2014-10-22 11:21:42
【问题描述】:
我想将一个模块集成到我的应用程序中,即使是 orientdb 的依赖项,是否可以在 nodejs 应用程序中集成一个 orientdb-client?
【问题讨论】:
-
Yes.
标签: node.js module soa orientdb
我想将一个模块集成到我的应用程序中,即使是 orientdb 的依赖项,是否可以在 nodejs 应用程序中集成一个 orientdb-client?
【问题讨论】:
标签: node.js module soa orientdb
如果您正在寻找适用于 OrientDB 的 Node.js 驱动程序,请查看:https://github.com/orientechnologies/orientjs
【讨论】:
看看OrientJs,它是OrientDb的官方node js驱动。 (他们采用了 oriento 并使其成为 orientjs)
【讨论】:
NPM 中有很多 OrientDB 客户端。看一下这个: https://www.npmjs.com/search?q=orientdb
【讨论】: