binary-transfer
Travel your data very fast using binary serialization.
This project is based on Telegram Type Language.
About the project
The aim of this project is:
- A very small library that can travel data very fast
- A scheme of how your data looks like to increase productivity between teams
- To create a data model that can be easily be understood, changed or mantained
Schema
Account account -> id: int, username: string, email: string;
Usage
; const parser = ;const schema = containers: parser; const buffer = schema; assert;
Testing
git clone https://github.com/VictorQueiroz/binary-transfer
cd binary-transfer/
npm install
make test