An open API service indexing awesome lists of open source software.

https://github.com/usmantahirr/protobuf-encoder-js

JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.
https://github.com/usmantahirr/protobuf-encoder-js

Last synced: 7 months ago
JSON representation

JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.

Awesome Lists containing this project

README

          

# protobuf-encoder-js
JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.

## to init debugger
its using node's [debug](https://github.com/visionmedia/debug), to init it, use following

```bash
$ export DEBUG=*,-not_this,-express:*,-connect:*,-ascoltatori:*,-nodemon:*,-nodemon
```