Replies: 1 comment 4 replies
-
This probably belongs in the discussions section, as it's a question an not really a bug report / issue. That said i'll do my best to try to answer!
This depends on what your requirements are for production software, but Deno's been stable since v1.0, and there are plenty of 3rd party modules for things like db drivers, web frameworks, etc.
Not sure what you mean by "git-ish", but Deno supports ES module imports, so you can host it on a cdn and import it via the url.
I don't think the Deno team has created anything like this, but if you search the third party deps, discussions & discord server, you could probably easily figure out if there's a Deno equivalent for any given node package. There's also a compatibility layer for running node projects in Deno.
There's
Not sure what you mean by this, sorry. Hope this was helpful! |
Beta Was this translation helpful? Give feedback.
-
Although I am big fan of
deno
's future, which cannodejs
's annoying not chainable loader, or wait compiling, leading to many configurationsI am still hesitating to switch from
node
todeno
now.Emm, here are some questions...
Isdeno
ecosystem production ready now?Which companies and apps are usingdeno
?https://github.com/denoland/deno/wiki#companies-interested-in-deno
How does registries guarantee to future-reproducible build?https://deno.land/manual/linking_to_external_code/integrity_checking
git
-ish registry like cdnjs/cdnjs?nodejs
library's deno equivalents, or high lighted no equivalent, like koa to oak, listed in style like rosetta?Is there a way to alter partial dependency code, without effect other projects?I think there is a
deno vendor
download dependencies to local dir, which can path library locally instead of global modification.Thanks.
Additional
I think it would be nice to have some kind of deno server standard
deno info X
Beta Was this translation helpful? Give feedback.
All reactions