Building Golang API to Run Untrusted Code in Sandbox
Run arbitrary Go code inside a sandbox container with real-time output from the gRPC server streaming API
Try it out:https://github.com/nirdosh17/go-sandbox
Design
Request Flow
When we receive a request in the gRPC endpoint(Go service):
An availabl...
nirdoshgautam.hashnode.dev6 min read