aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-04-21 21:55:17 +0100
committerOskari Timperi <oskari.timperi@iki.fi>2018-04-21 21:55:17 +0100
commit1aebdf81462ea4dea2af38f6ab008b93def3c5f8 (patch)
tree2d100bd57233a4a8ff32bcfb355c07daf75eef3b
parent2fc0e16aea9e03b9f957c6781bd77de8127ebd69 (diff)
downloadnimtwirp-1aebdf81462ea4dea2af38f6ab008b93def3c5f8.tar.gz
nimtwirp-1aebdf81462ea4dea2af38f6ab008b93def3c5f8.zip
Update README.md
-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))