From 2dd36af93f41266f60d1941fcdd433e5b2a831bd Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 06:13:17 -0400 Subject: [PATCH] Ideas --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ba93b11..b0ff660 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ I'm working on providing a [set of "marshalers" and a simple API to combine them [Protocol buffers](https://github.com/google/protobuf) sound like a good option, instead of JSON (which is what I'm actually using for the Whatsapp transport). Also [brotli](https://github.com/google/brotli) looks promising. A combination of these two is a very interesting thing to consider. +## Ideas/to-do + +* Extend the test coverage +* Think about some way of debugging the traffic ## Contributors