cletus/node_modules/protodef
2025-05-09 15:53:19 -05:00
..
.github Initial commit 2025-05-09 15:53:19 -05:00
benchmark Initial commit 2025-05-09 15:53:19 -05:00
doc Initial commit 2025-05-09 15:53:19 -05:00
examples Initial commit 2025-05-09 15:53:19 -05:00
ProtoDef Initial commit 2025-05-09 15:53:19 -05:00
src Initial commit 2025-05-09 15:53:19 -05:00
test Initial commit 2025-05-09 15:53:19 -05:00
.gitmodules Initial commit 2025-05-09 15:53:19 -05:00
.gitpod.yml Initial commit 2025-05-09 15:53:19 -05:00
example.js Initial commit 2025-05-09 15:53:19 -05:00
index.d.ts Initial commit 2025-05-09 15:53:19 -05:00
index.js Initial commit 2025-05-09 15:53:19 -05:00
LICENSE Initial commit 2025-05-09 15:53:19 -05:00
package.json Initial commit 2025-05-09 15:53:19 -05:00
README.md Initial commit 2025-05-09 15:53:19 -05:00

ProtoDef

NPM version Discord Gitter Irc Build Status Tonic Try it on gitpod

This is a node.js module to simplify defining, reading and writing binary blobs, whether they be internet protocols or files.

Installing

npm install ProtoDef

Usage

See example

Documentation

See the language independent ProtoDef specification.

Projects Using ProtoDef