summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpijyoi <nixchuan@gmail.com>2012-11-03 14:16:04 +0800
committerpijyoi <nixchuan@gmail.com>2012-11-03 14:16:04 +0800
commitf1129ceb84c27f9d8c4ffb9b83786f76e501db84 (patch)
treecd31f76c5aaf88e29f6730024f4c7c705a0086bf /README.md
parentb2fde0ed8b4450d2ae6d1993cf745a1920e10af0 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..5a41e99 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,8 @@
+jsonrpc.{ch} implements the parsing and validation of the jsonrpc/2.0 request before handing it over to
+user-defined methods.
+
+jsonrpc_server.c is an example of usage using ZeroMQ as a transport.
+
+
+
+Since significant functionality is provided by jansson library, the same licence is chosen to be used by this code.