Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.64 KB

File metadata and controls

44 lines (38 loc) · 1.64 KB

SDK Feature Matrix

Feature TypeScript Python Go Rust
Execution
exec() (REST)
execStream() (WebSocket)
openTerminal() (WebSocket)
File Operations
readFile()
writeFile()
listDir()
removeFile()
Events
watchFiles()
onPortOpen()
Lifecycle
keepAlive()
destroy()
Resilience
Auto-reconnect

Installation

TypeScript:

npm install @xgen-sandbox/sdk

Python:

pip install xgen-sandbox

Go:

go get github.com/xgen-sandbox/sdk-go

Rust:

[dependencies]
xgen-sandbox = "0.1"