我正在使用MeteorJS.
我想从javascript服务器端调用一个bash命令.这可能与nodeJS有关:
http://www.dzone.com/snippets/execute-unix-command-nodejs
但是,我找不到与meteorJS类似的东西.我想要这样的东西:
if(Meteor.isServer){ ... exec("myCommand"); }
如果您从示例中接收要求的呼叫并将其前缀
原文链接:/bash/383787.htmlvar sys = __meteor_bootstrap__.require('sys');
它应该工作.