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`.