【发布时间】:2016-05-24 15:56:48
【问题描述】:
我正在寻找 nodejs 的 ccTalk 库。我只找到了abandoned one。
另一种方法可能是使用像这样的非 javascript 库并为 nodejs 编译它 https://code.google.com/archive/p/cctalk-net/
我在 nodejs 中找到了这个用于非 js 代码的用法,但我对它的转换经验为 0。
How can I use a C++ library from node.js? http://www.swig.org/Doc1.3/CSharp.html
https://github.com/tjanczuk/edge
问题
1) 是否有 node.js 的库
2) 如何将上述库包含到我的 nodejs 应用程序中
【问题讨论】: