shamilovtim / protons

Protocol Buffers for Node.js and the browser without eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protons

ipfs.tech Discuss codecov CI

Protobuf to ts transpiler

Table of contents

Structure

Transpiles .proto files to .ts - uses Uint8Array for byte fields and BigInt for int64/uint64 and sint64.

Packages

License

Licensed under either of

Contribute

Contributions welcome! Please check out the issues.

Also see our contributing document for more information on how we work, and about contributing in general.

Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Protocol Buffers for Node.js and the browser without eval

License:Other


Languages

Language:JavaScript 53.3%Language:TypeScript 46.7%