Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 362 Bytes

GraphQL Binary

GraphQL Binary protocol packs and unpacks GraphQL query into a schema tied ByteArrays which allows up to 5x traffic reduction and significant parsing (unpack stage) performance boost. Msgpack is currently in use for argument values packing\unpacking

STATUS

Very early alpha, do not use it.

Its a fork, payload encoding is the main focus.