aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-14 00:05:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-10-14 13:37:08 +0200
commit23c728e5355bb33e44df91a06d3c68488b85e30b (patch)
tree987e1a96950eb336c8a344af0aee8b401971c61c /README.adoc
parentdfe814316f10fa453396bc05f6e633f3fd5e55a4 (diff)
downloadjson-rpc-shell-23c728e5355bb33e44df91a06d3c68488b85e30b.tar.gz
json-rpc-shell-23c728e5355bb33e44df91a06d3c68488b85e30b.tar.xz
json-rpc-shell-23c728e5355bb33e44df91a06d3c68488b85e30b.zip
Add a backend for co-processes
Targets language servers. In this first stage, we don't need to support bi-directionality, although it's a requirement for finishing this task. Updates #4
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index d0f6d7f..67d009f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,6 +19,7 @@ the following niceties:
results in your favourite editor or redirect them to a file
- ability to edit the input line in your favourite editor as well with Alt+E
- WebSocket (RFC 6455) can also be used as a transport rather than HTTP
+ - even Language Server Protocol servers may be launched as a slave command
- support for method name tab completion using OpenRPC discovery or file input
Documentation