@@ -6,12 +6,17 @@ This environment provides a full Node.js runtime and NPM interface directly in y
66It supports a ** multi-instance terminal** , allowing you to open multiple tabs to run a dev server in
77one and execute shell commands in another simultaneously.
88
9- Secure, sandboxed execution of JavaScript and TypeScript.
9+ Secure, sandboxed execution of Node.js, JavaScript and TypeScript.
10+
11+ ### note :
1012
1113- menus and viewports can be mvoed, left click and drag ( components that capture cursor use ctrl )
1214- menus and viewports can be resized, right click and drag ( components that capture cursor use ctrl )
1315
1416
17+ ---
18+
19+
1520## Quick Start
1621
1722The terminal is already initialized and ready for commands.
@@ -88,3 +93,19 @@ It is a WASM-based Node.js environment that mimics a Linux shell. While it suppo
8893### Can I use Git?
8994Git is supported through JavaScript-based implementations (like isomorphic-git), allowing for full version control within the browser sandbox.
9095
96+
97+
98+ ## Technical Specifications
99+ * ** Runtime:** Node.js (WebContainer API)
100+ * ** Architecture:** WebAssembly (WASM)
101+ * ** Security:** Isolated Browser Sandbox
102+ * ** Protocol:** Cross-Origin Isolated (COOP/COEP)
103+
104+
105+
106+ ## SEO Summary
107+ This browser-based shell provides a high-concurrency Node.js environment.
108+ Developers can utilize a multi-tab terminal for full-stack JavaScript development,
109+ NPM package management, and real-time script execution without local installation.
110+ It is an ideal tool for sandboxed testing, educational coding environments,
111+ and rapid prototyping of Node.js applications.
0 commit comments