node-gogo-shell:用于将Gogo命令发送到OSGi环境的Node包装器

时间:2024-06-02 12:20:10
【文件属性】:

文件名称:node-gogo-shell:用于将Gogo命令发送到OSGi环境的Node包装器

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-02 12:20:10

JavaScript

gogo壳 用于将Gogo命令发送到OSGi环境的Node包装器 安装 $ npm install --save gogo-shell 用法 注意:在调用connect方法之前,Gogo shell必须正在运行,否则将引发连接错误。 var GogoShell = require ( 'gogo-shell' ) ; var gogoShell = new GogoShell ( ) ; var config = { port : 11311 } ; gogoShell . connect ( config ) . then ( function ( ) { return gogoShell . sendCommand ( 'lb' ) ; } ) . then ( function ( data ) { // Do so


【文件预览】:
node-gogo-shell-master
----.travis.yml(165B)
----gulpfile.js(569B)
----test()
--------integration.js(2KB)
--------index.js(6KB)
----README.md(4KB)
----.gitignore(37B)
----index.js(3KB)
----CHANGELOG.md(326B)
----package.json(759B)

网友评论