文件名称:net-oce-protocol:与 net-oce 对话的协议定义
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-03 03:30:20
JavaScript
网络协议 livecad 和 net-oce 的 protobuf 定义和 javascript 客户端 安装 npm install --save net-oce-protocol 用 var createClient = require ( 'net-oce-protocol' ) // create a stream to a net-oce instance var stream = ... createClient ( stream , function ( e , methods ) { // methods contain all of the methods that // the connected net-oce instance supports methods . cube ( 10 , function ( e , cube ) { // cube
【文件预览】:
net-oce-protocol-master
----.gitignore(13B)
----package.json(881B)
----response.js(2KB)
----oce.proto(2KB)
----test.js(4KB)
----LICENSE.txt(1KB)
----README.md(651B)
----net-oce-protocol.js(3KB)
----arguments.js(969B)