Add Serialization section (#691)

This commit is contained in:
Frederic Charette
2018-05-03 13:01:52 -04:00
committed by Sindre Sorhus
parent 9e3f552e73
commit 1e5ad68e89

View File

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