diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-15 02:11:51 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-15 03:20:20 +0200 |
commit | 75b2094cdd893bff4fb6e28f228f134701eee15a (patch) | |
tree | 1fa0cad3155571868d8ddd4b223591b7f3e38aa0 /README.adoc | |
parent | b3c377afdb1a53998980b80de112f16130d8bec3 (diff) | |
download | json-rpc-shell-75b2094cdd893bff4fb6e28f228f134701eee15a.tar.gz json-rpc-shell-75b2094cdd893bff4fb6e28f228f134701eee15a.tar.xz json-rpc-shell-75b2094cdd893bff4fb6e28f228f134701eee15a.zip |
json-rpc-test-server: add a simple co-process mode
A disgusting copy-paste but it will have to do for now.
Closes #6
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 67d009f..2d390d5 100644 --- a/README.adoc +++ b/README.adoc @@ -65,8 +65,8 @@ 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 `ping` and `date` -methods and it can serve static files. +FastCGI, SCGI, WebSocket and LSP-like co-process interfaces. It responds to +`ping` and `date`, supports OpenRPC discovery and it can serve static files. Contributing and Support ------------------------ |