DenoDDeno
Powered by
ArendA
Denoβ€’3y agoβ€’
9 replies
Arend

If I want to integrate a fully featured Deno runtime into my application, where do I start?

I want to create a scripting environment for my application that will enable people to create custom integrations/workflows. I'm investigating if I can use Deno for this use case, but if we present it as an embedded Deno runtime to our users, I think they will also expect compatibility with all the things Deno offers as well. That means TypeScript compatibility, NPM compatibility on par with Deno's, being able to import from URLs, etc.. From my understanding a lot of that logic is implemented in the CLI only, but I would like to integrate in our own process, so ideally I would just import a Rust crate. Can the CLI crate itself maybe be linked to?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Fully embedding Deno runtime
namelessNnameless / help
2y ago
Is Deno a good JS runtime for embedding into another application?
SamuelSSamuel / help
15mo ago
I would like to integrate Cloudflare DDOS attack prevention into Deno Deploy
SheikSSheik / help
2y ago
I want to install styledComponents in my deno project
mihainutuuMmihainutuu / help
3y ago