0.0.13 • Published 5 years ago

nodenng v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago