TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Run untrusted JavaScript using REST API

1 pointsby sandrusoabout 1 year ago
Why?<p>Last year I tried to build jupyter notebooks but for regular documents. Documents that can execute user&#x27;s code to fetch anything from internet and format it. It turned out that running the untrusted code was harder than I expected.<p>I spent last two weeks trying to build API for executing untrusted JS code using Go&#x2F;Docker&#x2F;Deno. At first, I experimented with WASM and wasmtime runtime but there are still limited capabilities when it comes to internet access. I used deno and docker to build a minimal version of it.<p>You can try it using curl.

no comments

no comments