Show HN: stonebox – Run JS, TypeScript, and Python in Docker/local sandboxes
1 Jacques2Marais 0 6/2/2025, 6:29:22 AM github.com ↗
Stonebox is a TypeScript package for running Python, TypeScript, and JavaScript code in a sandboxed environment. It supports two execution engines:
1. Process Engine: Uses Node.js child processes for fast, local sandboxing. 2. Docker Engine: Runs code inside Docker containers for strong isolation and security.
No comments yet