#json-rpc-server #rem #json-rpc-client #stdio #change #external-source

app rem-server

JSON-RPC Client for the REM Toolchain

2 releases

0.1.1 Nov 14, 2025
0.1.0 Nov 12, 2025

#7 in #rem

MIT license

32KB
582 lines

REM-server

This provides a simple JSON-RPC server for handling REM commands from an external source (e.g. the REM-VSCode extension). The server is under active development and may change in future releases. The server communicates over stdin/stdout using a custom JSON-RPC protocol. It expects one JSON-RPC request per line, and responds with one JSON-RPC response per request.

All REM components needed are installed automatically when installing REM-sever using cargo. To install REM-server, run the following command:

cargo install rem-server

Dependencies

~73MB
~1M SLoC