aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-04-14 13:28:56 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2018-04-14 13:28:56 +0300
commit0e423d5f62a36190e7b46b69646bea7db5587001 (patch)
tree5d915dd5243522643a33db031cc641b0ded3aa58 /README.md
downloadnimtwirp-0e423d5f62a36190e7b46b69646bea7db5587001.tar.gz
nimtwirp-0e423d5f62a36190e7b46b69646bea7db5587001.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8a46450
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# nimtwirp
+
+A simple RPC framework. See [twirp](https://twitchtv.github.io/twirp/docs/intro.html)
+for more information.
+
+# Example
+
+See the `example` directory for an example.
+
+# Features
+
+[x] server generation from protobuf Service definition
+[x] client generation from protobuf Service definition
+[x] protobuf input/output
+[ ] json input/output