cryptol/cryptol-remote-api/cryptol-eval-server/README.txt
David Thrane Christiansen 1b83257017 Add an evaluation-only version of cryptol-remote-api
This version requires the file that's in scope to be provided as an
argument. It loads that file on startup, and then provides only
commands that don't change that module context. This means that it can
be used in a stateless load-balancing situation.
2020-12-15 10:29:56 -08:00

7 lines
362 B
Plaintext

This server provides a subset of the methods that are available in
cryptol-remote-api. It's reason for being is that it does not provide
any commands that allow modifications to the server state (the
provided Cryptol code must be specified in a command-line
argument). This means that it can be used in situations with load
balancing between multiple instances.