Skip to content

Is deno ecosystem production ready now? #15057

@loynoir

Description

@loynoir

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...

  • Is deno ecosystem production ready now?

This depends on what your requirements are for production software

  • Which companies and apps are using deno?
    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 nodejs library'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 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

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions