From 2dd36af93f41266f60d1941fcdd433e5b2a831bd Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 06:13:17 -0400 Subject: [PATCH 1/4] 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 From d69fd266f67b7098b0c107e68e7757914ea2fee8 Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 06:14:17 -0400 Subject: [PATCH 2/4] Updating "Ideas" --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0ff660..721166f 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ I'm working on providing a [set of "marshalers" and a simple API to combine them ## Ideas/to-do -* Extend the test coverage -* Think about some way of debugging the traffic +* Extend the test coverage. +* Think about some way of debugging the transports/traffic. +* Run basic tests in additional platforms (e.g. ARM). ## Contributors From 037db33178150f59aa26b80e259b0552cb425312 Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 08:59:01 -0400 Subject: [PATCH 3/4] "Handle SSL" to-do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 721166f..614a2fd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ I'm working on providing a [set of "marshalers" and a simple API to combine them ## Ideas/to-do +* Handle SSL. * Extend the test coverage. * Think about some way of debugging the transports/traffic. * Run basic tests in additional platforms (e.g. ARM). From 02bc4ec46871869f6c34cc465f8a05902d67c1f9 Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 09:17:22 -0400 Subject: [PATCH 4/4] "Mobile support" to-do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 614a2fd..462102a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ I'm working on providing a [set of "marshalers" and a simple API to combine them * Extend the test coverage. * Think about some way of debugging the transports/traffic. * Run basic tests in additional platforms (e.g. ARM). +* Plan strategies for mobile support, Golang is doing [great progress](https://github.com/golang/go/wiki/Mobile) on this. ## Contributors