Skip to content

alanchristensen/web-shell

Repository files navigation

Node app for exploring 'serverless' platforms, like AWS lambda.

Upon connection on :8080, it creates a bash shell and a socket. Input from the socket is sent to the shell. Output from the shell is sent to the socket.

Run it locally:

docker build -t web-shell .
docker run -d -p 8080:8080 web-shell
open http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published