使用带有 atom-shell 的 node.js 模块

Using node.js modules with atom-shell

我开始查看 atom-shell 并且如文档所述,有可能访问本机节点模块:https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md

那么是否有可能使用在原子 shell 内执行的 javascript 代码中的那些节点模块,例如执行 sql 语句。

是的,当然,这就是重点 :) 一旦正确构建,您需要原生 node.js 模块,就像您需要基于 JavaScript 的模块一样。

对于有同样问题的人,远程对象可以解决这个问题:

https://github.com/atom/electron/blob/master/docs/api/remote.md