文件名称:nodenng:节点绑定到nng(下一代nanomsg)
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-21 14:01:42
JavaScript
节点 与nng的绑定(下一代nanomsg) 安装 npm i nodenng 采用 const { bus_open , pair0_open , pair1_open , pub_open , pull_open , push_open , rep_open , req_open , respondent_open , sub_open , surveyor_open , } = require ( 'nodenng' ) const pub = pub_open ( ) const sub = sub_open ( ) // more nng api will be made available to javascript in the coming days // please help add stuff or send PRs if
【文件预览】:
nodenng-master
----ref.h(2KB)
----binding.gyp(259B)
----AUTHORS(201B)
----COPYING(1KB)
----.tavis.yml(301B)
----.circleci()
--------build_deps(159B)
--------config.yml(328B)
----binding.cc(8KB)
----test()
--------listen.js(2KB)
--------open.js(2KB)
--------close.js(2KB)
--------dial.js(2KB)
--------setopt.js(2KB)
--------readme.markdown(726B)
--------index.js(2KB)
----Makefile(343B)
----compile(678B)
----readme.markdown(759B)
----timer.h(1KB)
----reqreptest.c(3KB)
----.gitignore(65B)
----index.js(1KB)
----package.json(792B)