소개
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