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

GraphQL binary protocol for smaller network traffic and parsing performance

Notifications You must be signed in to change notification settings

pipedrive/graphql-binary

 
 

Repository files navigation

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.

About

GraphQL binary protocol for smaller network traffic and parsing performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%