Skip to content
forked from reqshark/nodenng

node bindings to nng (next generation of nanomsg)

License

Notifications You must be signed in to change notification settings

sidepit/nodenng

 
 

Repository files navigation

nodenng CircleCI

bindings to nng (nanomsg next generation)

install

npm i nodenng

use

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 you'd like faster access from node.js

test

see test directory

license

MIT

currently tested on linux and osx but shortly doing windows support

About

node bindings to nng (next generation of nanomsg)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • C++ 34.3%
  • C 15.6%
  • Shell 3.4%
  • Makefile 1.2%
  • Python 0.9%