Crates.io | hakoniwa-code-runner |
lib.rs | hakoniwa-code-runner |
version | 0.2.3 |
source | src |
created_at | 2022-09-05 09:30:50.778096 |
updated_at | 2023-08-28 15:59:45.43228 |
description | Run code snippets in a variety of languages over network. |
homepage | https://github.com/souk4711/hakoniwa-code-runner |
repository | https://github.com/souk4711/hakoniwa-code-runner |
max_upload_size | |
id | 658704 |
size | 136,798 |
Run code snippets in a variety of languages over network.
Install libseccomp
& protobuf-compiler
.
Install rust toolchain
.
Run cargo install hakoniwa-code-runner
.
$ hakoniwa-code-runner start -c app.toml
2022-09-05T06:51:32.207731Z INFO hcr::server: listening on 127.0.0.1:8080
More examples can be found in examples. E.g.
After checking out the repo, run make devcontainer
to build a container for
development. Then, run make test
to run the tests. Or run make start-server
to start a hakoniwa-code-runner
listening on 8080.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.