diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-23 23:23:19 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-23 23:25:43 +0100 |
commit | b400ea8d09b516b40b767d9477634bab470d95ec (patch) | |
tree | ca4bc21d0b121f1dc98846c8a96225ef9c0a107d /README | |
parent | ecad324ef338f4dd101b164ea41bb7db19ee582c (diff) | |
download | json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.gz json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.xz json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.zip |
Not so trivial anymore
We're gonna implement WebSockets soon, so make appropriate changes to texts.
Updated copyright in LICENSE.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,13 +1,18 @@ json-rpc-shell ============== -`json-rpc-shell' is a trivial shell for running JSON-RPC 2.0 HTTP queries. +`json-rpc-shell' is a simple shell for running JSON-RPC 2.0 queries. This software has been created as a replacement for the following shell, which is written in Java: http://software.dzhuvinov.com/json-rpc-2.0-shell.html Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well. +Supported transports +-------------------- + - HTTP + - HTTPS + Building and Running -------------------- Build dependencies: CMake, pkg-config, help2man, liberty (included) |