aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d76dfa9..1c258c0 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,6 @@ See the `example` directory for an example.
- [x] client generation from protobuf Service definition
- [x] protobuf input/output
- [ ] json input/output
+- [x] asynchronous server
+- [x] synchronous client
+- [x] can serve multiple services easily (see [examples/multiservice](examples/multiservice))