TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deno Deploy Beta 2

165 pointsby 0xedbover 3 years ago

16 comments

open-source-uxover 3 years ago
Although I don&#x27;t use Deno, I&#x27;m impressed by Deno&#x27;s efforts to make the installation and deployment process as easy as possible.<p>For example, Deno is installed as a single runtime exe. Compare that to the hundreds of tiny files spewed out by installers from other interpreted languages.<p>And now we have this service to deploy Deno apps in the cloud. I have long felt that easy deployment of server-based web apps has been seriously neglected and developers underestimate how important it is (particulalry if your are creating a web app that you want to share or sell to others). It&#x27;s no surprise that SaaS dominates today when the self-hosted alternative is so ludicrously complicated in comparison.<p>It&#x27;s ironic that some of the most popular interpreted languages for web apps (like Python and Ruby) are the opposite of easy when it comes to server&#x2F;cloud deployment.<p>I hope Deno&#x27;s efforts in this space will encourage developers from other languages to tackle this sorely neglected problem.
picardoover 3 years ago
What is the usecase for Deno Deploy? Can you build full blown web apps with it? Or is it mostly for building small services, e.g. image transformation, CDN, etc.?
评论 #28392486 未加载
parhamnover 3 years ago
The unbundle&#x2F;bundle pendulum swings. A lot of this include everything (even deployments in the tooling of a language) feels like the ASP&#x2F;.NET ecosystem.
评论 #28382848 未加载
macraelover 3 years ago
Have folks been using Deno? What are the sharp edges?
评论 #28383393 未加载
评论 #28384551 未加载
评论 #28384607 未加载
评论 #28385126 未加载
评论 #28385187 未加载
AgentMEover 3 years ago
This is exactly how simple I want deploy configuration to be. All that&#x27;s needed is the URL of the entry point. Then slightly fancier is the ability to specify a Github URL which auto-updates on pushes. All previous production deployments and even pre-production branches are accessible simultaneously from their own subdomains.
babelfishover 3 years ago
Reminds me a bit of Cloudflare Workers &#x2F; fly.io
评论 #28382682 未加载
评论 #28383026 未加载
评论 #28382539 未加载
评论 #28382947 未加载
wdbover 3 years ago
Wish it supported deploy via Gitlab :) Not everyone uses Github
评论 #28384895 未加载
0xbktover 3 years ago
Is there any open source engine similar to this or Cloudflare Workers where I could deploy JavaScript code to be run in isolates by a single process, optionally serving over HTTP? Trying to find a way to avoid the overhead with current open source FaaS solutions running arbitrary containers.
评论 #28388195 未加载
specialistover 3 years ago
Multi-tenant virtual machines would be cool. One step closer to the grid computing and software agents (and flying cars) nirvana we were promised.<p>Whatever happened to Java multi-tenant JVMs (aka MVM)? I always expected that to become the norm.<p>Did the flaming dumpster fire of JBoss, J2EE&#x2F;Spring, internecine warfare between coinhabitant WARs sour everyone to the idea?
gdsdfeover 3 years ago
unrelated but the changing background color in <a href="https:&#x2F;&#x2F;deno.com&#x2F;deploy" rel="nofollow">https:&#x2F;&#x2F;deno.com&#x2F;deploy</a> is one of the most annoying things I&#x27;ve seen in a website
评论 #28382672 未加载
评论 #28385044 未加载
评论 #28382482 未加载
runaldover 3 years ago
I may be missing something, but how do you get this to work vscode? It couldn&#x27;t find the type definitions. But other than that, deploying works just fine.
sligover 3 years ago
Is there a pricing somewhere?
评论 #28383487 未加载
jfbaroover 3 years ago
That&#x27;s quite a promising solution! Thanks for the great work guys!
wizwit999over 3 years ago
Toy. No one&#x27;s gonna use this over AWS or Cloudflare
rana1-31over 3 years ago
So the Deno runtime is written in Rust and so is all the Deno tooling... So why would you use Deno if it is not good enough for itself?
评论 #28384323 未加载
评论 #28383729 未加载
评论 #28384131 未加载
评论 #28384208 未加载
评论 #28383728 未加载
评论 #28384859 未加载
worikover 3 years ago
It seems like a lot of trouble to run Javascript on the server. I still do not understand, why?<p>Deno is a huge step up from the enormous clusterfuck that is node.js with its broken design. But why use Javascript on the server? What is the point? Why use it as a general purpose programming language when it is so unsuited?<p>That is the thing I have never understood.<p>I use node.js extensively in scripting tests with Appium, I chose Node.js because (a) it seemed the the system the Appium people supported the best and (b) I needed to deal with my prejudice and actually use this system I was so dismissive of.<p>I am horrified that anybody would think, at this point in the history of computer languages, that Javascript is a suitable system for application development. I like the syntax, but the rest of it is, in the context of the competition, complete crap.<p>It has got to the point that people are writing financial software, that has the capacity to utterly ruin the user in a very real sense, in Javascript.<p>Just do not do it!! There are any number of better systems!!!
评论 #28385340 未加载
评论 #28385956 未加载
评论 #28384874 未加载