diff options
author | Přemysl Janouch <p@janouch.name> | 2018-10-18 07:44:09 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-10-18 07:49:36 +0200 |
commit | df38bcf7758a3b59a15390cd00a16f8807bc055f (patch) | |
tree | c9d9a92cc5102a70febaee4cc52d34956b27f021 /README.adoc | |
parent | 2a071d319bc0f28787316b169ce93343b549685d (diff) | |
parent | 1c52f9e37ed07e93c21f84779d209ee196360006 (diff) | |
download | json-rpc-shell-df38bcf7758a3b59a15390cd00a16f8807bc055f.tar.gz json-rpc-shell-df38bcf7758a3b59a15390cd00a16f8807bc055f.tar.xz json-rpc-shell-df38bcf7758a3b59a15390cd00a16f8807bc055f.zip |
Merge in a JSON-RPC 2.0 test server
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 3112f9f..9c4fec4 100644 --- a/README.adoc +++ b/README.adoc @@ -67,6 +67,12 @@ Note that for versions of CMake before 2.8.9, you need to prefix `cpack` with Run the program with `--help` to obtain usage information. +Test server +----------- +If you install development packages for libmagic, an included test server will +be built but not installed which provides a trivial JSON-RPC 2.0 service with +FastCGI, SCGI, and WebSocket interfaces. It responds to the `ping` method. + Contributing and Support ------------------------ Use https://git.janouch.name/p/json-rpc-shell to report bugs, request features, |