概要
Node Runtime provides a mechanism to execute code snippets within isolated Node.js containers. It functions as a server, receiving code as input and returning the result after execution. This approach is useful for sandboxing code execution, evaluating dynamic expressions, or providing runtime environments for specific tasks.
主な機能
- 0 GitHub stars