From 1e5ad68e89587b866edc7f2264093ece6aa28a00 Mon Sep 17 00:00:00 2001 From: Frederic Charette Date: Thu, 3 May 2018 13:01:52 -0400 Subject: [PATCH] Add Serialization section (#691) --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index e5e068b..8e96255 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,7 @@ - [Forum](#forum) - [Blogging](#blogging) - [Weird](#weird) + - [Serialization](#serialization) - [Miscellaneous](#miscellaneous) - [Resources](#resources) - [Tutorials](#tutorials) @@ -797,6 +798,13 @@ - [nerds](https://github.com/SkyHacks/nerds) - Get data from nerdy topics like Harry Potter, Star Wars, and Pokémon. +### Serialization + +- [snappy](https://github.com/kesla/node-snappy) - Native bindings for Google's Snappy compression library. +- [protobuf](https://github.com/dcodeIO/protobuf.js) - Implementation of Protocol Buffers. +- [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol. + + ### Miscellaneous - [execa](https://github.com/sindresorhus/execa) - Better `child_process`.