diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-29 13:43:51 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-29 13:45:36 +0300 |
| commit | dbbbe7ca4d07a2e724ce0201432d9e510154cb07 (patch) | |
| tree | 1bb216d81589b83263a005a170928d39e27c6f57 /README.md | |
| parent | 4982bff3c11d6f7ee5535223af2c64f2bfa23d3b (diff) | |
| download | nimtwirp-dbbbe7ca4d07a2e724ce0201432d9e510154cb07.tar.gz nimtwirp-dbbbe7ca4d07a2e724ce0201432d9e510154cb07.zip | |
Initial support for JSON request/response
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
