Skip to content

node.js ProtoDef implementation using protodefc and protodefc-prebuilt

License

Notifications You must be signed in to change notification settings

ProtoDef-io/node-protodefc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

node.js ProtoDef implementation using protodefc and protodefc-prebuilt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published