is Deno ready for Production #19368
CordialGit
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to ask a few questions:
1.) Deno was released in Year 2020, while Node.JS is 2009.
This is a difference of 11 Years.
So I assumed that Deno should have had 11 Years of experience from Node.JS in its release, and should have grown wiser.
My Question is this:
To enhance Node.JS HTTP functionality and Server power, We install and "require" Express to add the full fledged Server functionality.
Deno already knows this.
1.) Why didn't Deno make this Full fledged Server functionality a default in the Core HTTP Standard Library of Deno, so that we will not need Oak Server Middleware as Express is needed by Node.JS?
2.) I want to build a full Stack Social Media Application on JavaScript alone.
Is Deno fully ready for Production?
2b.) Deno Deploy is not ready for Business.
They don't have Customer Support Ticket system, and it's hard to reach them.
I'm I wrong? -- or is there a better way to reach the Deno Deploy Team?
3.) Is there a way that we can host a Deno Application on any Web host, in the same way that we can host WordPress Websites on any Shared Hosting Package of any Web Host?
Beta Was this translation helpful? Give feedback.
All reactions