-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
Although I am big fan of deno's future, which can
- use typescript out of box
- without
nodejs's annoying not chainable loader, or wait compiling, leading to many configurations
I am still hesitating to switch from node to deno now.
Emm, here are some questions...
Isdenoecosystem production ready now?
This depends on what your requirements are for production software
Which companies and apps are usingdeno?
https://github.com/denoland/deno/wiki#companies-interested-in-deno- Is there a workflow, self hostable, one can publish fully typescript package, and use it in browser, and also in node for compactibility?
How does registries guarantee to future-reproducible build?
https://deno.land/manual/linking_to_external_code/integrity_checking- Is there a
git-ish registry like cdnjs/cdnjs? - Is there a cheat sheet, cover famous
nodejslibrary's deno equivalents, or high lighted no equivalent, like koa to oak, listed in style like rosetta? - Is there a Hot-Module-Replacement guide?
Is there a way to alter partial dependency code, without effect other projects?
I think there is adeno vendordownload 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
- show dependents in
deno info X - how many times N were package X is downloaded from central in recent Y time
- how many times N were package X is referenced from cache in recent Y time
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels