EzMsg
About Guide

Why should you use EzMsg

Data transfer between web browser and server are usually done with JSON data, which is in text format. This library helps to create a simple binary format that can be sent/received to/from server. The main advantage of data transfer using binary format is the size.

EzMsg aims to be used as the data transfer for web application, replacing JSON data.

{ "compact": true, "schema": "yes!" }
JSON
32 bytes
<22 01 24 79 65 73 21>
EzMsg
7 bytes
🎉

Before you get started

You need to know about these 3 things:

Now, go to the Guide Page to learn more.

CSS by TailwindCSS.
Border CSS by Paper CSS.
Syntax Highlighting by PrismJS.
Mali font by Google Fonts.
GitHub icon by Pixel Perfect from www.flaticon.com.