D
Deno
subhosting to run user scripts - Deno
Z
Deno
β’
3y ago
β’
5 replies
zrw
subhosting to run user scripts
I want to allow users to run arbitrary scripts
, but they don
't need to be available as endpoints
, so they don
't need
Deno.serve(() => { .. etc. };
Deno.serve(() => { .. etc. };
.
.
. Is there a way to allow users
(a la subhosting
) to upload a simple script like
return 4+5
return 4+5
and get a response with the return value and console logs
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Per user projects/deployment with subhosting
W
when / help
9mo ago
Subhosting Deployments
L
luke / help
3y ago
Deno Subhosting Security
S
Sebastian / help
10mo ago
Questions about Subhosting
A
Asguho / help
13mo ago