From 369217470970864a42da041adf5e282f6f57e9c6 Mon Sep 17 00:00:00 2001 From: TIAN Yuanhao <78596099+tianyuanhao@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:21:15 +0800 Subject: [PATCH] Add shaas Shell as a Service: API to inspect and execute scripts in a server's environment via HTTP and WebSockets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90e9634..b01b867 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [HTTPLab](https://github.com/gchaincl/httplab) - The interactive web server, let you inspect HTTP requests and forge responses. * [ngincat](https://github.com/jaburns/ngincat) - Tiny Bash HTTP server using netcat * [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines +* [shaas](https://github.com/heroku/shaas) - Shell as a Service: API to inspect and execute scripts in a server's environment via HTTP and WebSockets * [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control * [vesper](https://github.com/chris-rock/vesper) - 🍸Vesper is a HTTP framework for Bash/Unix Shell * [xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests