A high-performance distributed remote code execution engine built in Go. Features secure Docker isolation, concurrent worker pools, and real-time output streaming over WebSockets.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
feat(security): disabled network in alpine container to prevent malicious calls
fb2e872View on GitHubfeat(reliability): implement fault tolerance and timeouts
55e7872View on GitHubdocs: added goxec client ui asset in readme for overview
2837748View on GitHubdocs: overhaul README with system architecture, tech stack, and trade-offs
f1b1b70View on GitHubfix: Replaced hardcoded redis address in worker and server files to use env variable form docker compose
d23cdbcView on GitHubrefactor(api): standardize endpoints to /api/run and /api/ws
4dd3442View on GitHubfeat(middleware): implement token bucket rate limiter with granular locking
2e68cc8View on GitHubfeat(goxec): overhaul UI, and fix terminal stability
0cd177dView on GitHubfix(web): resolve terminal layout thrashing and improve terminal ux
bff406cView on GitHubfix: fixed stuck running button in ui, using the new job completion signal
fe309d0View on GitHubstyle(web): polish ui with vs-code inspired theme and split layout
97eb8aaView on GitHubfix(web): prevent xterm race condition and clean up initialization
d0b8180View on GitHub