aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-04-29 13:43:51 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2018-04-29 13:45:36 +0300
commitdbbbe7ca4d07a2e724ce0201432d9e510154cb07 (patch)
tree1bb216d81589b83263a005a170928d39e27c6f57 /README.md
parent4982bff3c11d6f7ee5535223af2c64f2bfa23d3b (diff)
downloadnimtwirp-dbbbe7ca4d07a2e724ce0201432d9e510154cb07.tar.gz
nimtwirp-dbbbe7ca4d07a2e724ce0201432d9e510154cb07.zip
Initial support for JSON request/response
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 133c826..183e89f 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ See the `example` directory for an example.
- [x] server generation from protobuf Service definition
- [x] client generation from protobuf Service definition
- [x] protobuf input/output
-- [ ] json input/output
+- [x] json input/output
- [x] asynchronous server
- [x] synchronous client
- [x] can serve multiple services easily (see [examples/multiservice](examples/multiservice))