ProtoDef-io / node-protodefc

node.js ProtoDef implementation using protodefc and protodefc-prebuilt
MIT License
2 stars 0 forks source link

node-protodefc NPM version

Describe your protocol, and read it with ease

A ProtoDef implementation wrapping protodefc and providing a ProtoDef-compatible API, but using ProtoDefc as the protocol descriptor.

Installation

For release applications, install using the npm module:

$ npm i --save protodefc

Otherwise (e.g.: for development):

$ git clone https://github.com/ProtoDef-io/node-protodefc.git
$ cd node-protodefc
$ rustup update nightly # https://rustup.rs/
$ rustup default nightly
$ rustup target add wasm32-unknown-unknown
$ cargo install wasm-bindgen
$ npm i