TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Deno 1.10 Release Notes

274 点作者 caspervonb大约 4 年前

19 条评论

echopom大约 4 年前
Still not tempted by Deno to be honest.<p>All the problem that currently exist in Node are being ported to Deno straight up.<p>The built-in apis provided by Node.JS are almost non-existent... hence most of them are buggy and quiet tedious to use , it&#x27;s why the community has created thousands of packages to resolve those issues.<p>Here I don&#x27;t see how Deno is solving this , all the APIS seems again so barebone.. instead of having 1000+ dependency from NPM you&#x27;ll have 1000+ dependency from remote URL with everything set at &quot;read&#x2F;write&quot; because they need to read one file from your &quot;.env&quot; folder or perform an arbitrary post install process...<p>The way Ryan managed Node and how the ecosystem as turned to chaos because of is lack of vision and strategy make me not want to try any of it&#x27;s tech again. Ryan is the kind of guy that gets obsessed over ONE THING and goes berserk for 5 years on that topic until he overdose and quit abruptly.<p>I don&#x27;t think that&#x27;s how you manage a language , when I look at Zig I&#x27;m way more confident of what&#x27;s being done that the current state of Deno...<p>Node.JS is one of my main language , but the ecosystem around it is an absolute disaster.
评论 #27128972 未加载
评论 #27128373 未加载
评论 #27128346 未加载
评论 #27128517 未加载
评论 #27128494 未加载
评论 #27131057 未加载
评论 #27128125 未加载
评论 #27128225 未加载
评论 #27128687 未加载
评论 #27128233 未加载
评论 #27128226 未加载
评论 #27129189 未加载
评论 #27128811 未加载
评论 #27130135 未加载
评论 #27130723 未加载
评论 #27130579 未加载
the_duke大约 4 年前
I was interested in Deno from the start. It has a few very nice features. Notably the sandboxing model, native Typescript support and browser based API surface.<p>But I also was quite skeptical of their dependency model with plain url imports.<p>With the current implementation you end up with a half-baked import map that&#x27;s essentially a poor mans package.json, but without any of the tooling that you&#x27;d expect. (like npm upgrade, npm outdated)<p>It recently dawned on me what they are going for: a &quot;cloud native&quot; computing platform that doesn&#x27;t require builds and packaging. Targeting both Javascript and WASM.<p>I do believe there is quite a lot of promise in the project. The tooling can improve. It&#x27;ll be interesting how things evolve.
评论 #27131315 未加载
CraigJPerry大约 4 年前
I didn’t know what deno was.<p>It’s a typescript native alternative to nodejs that adopts the browser security model, replicates the golang standard library rather than node’s and is written in Rust.
评论 #27127971 未加载
评论 #27127977 未加载
okhuman大约 4 年前
Here&#x27;s our token-based (JWT) user management server using Deno - if you want to see an example.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pmprosociety&#x2F;authcompanion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pmprosociety&#x2F;authcompanion</a>
8K832d7tNmiQ大约 4 年前
I&#x27;m still waiting for abortable fetch feature, since I have to deal with some services that have unstable network connection and often got stuck and never drop their connection.<p>Is there any progress over this one? Last time I heard, they still have to wait till rusty_v8 got matured enough for this feature to be available.
评论 #27128180 未加载
评论 #27128633 未加载
davnicwil大约 4 年前
The addition of sandboxed storage (i.e. access to localStorage and sessionStorage APIs without requiring disk permission) is really interesting.<p>It seems very in line with the model of deno as an edge compute runtime - esentially ephemeral cache on the edge - I wonder what usecases will emerge for this?
redleader55大约 4 年前
I like the ideas behind Deno, but I&#x27;m wondering if testing should be so included in the standard library, unless it is extremely flexible.<p>Each team will have different problems when it comes to scaling, running tests in parallel - sometimes on the same machine, sometimes on multiple machines, e2e tests vs unit-tests, etc. This looks like a problem you solve in a library, not something to add in the core.
评论 #27131354 未加载
评论 #27130641 未加载
intellix大约 4 年前
How is the built in testing? I&#x27;m a bit wary because Jest is so good and wonder if it can compete on every front it&#x27;s baking in.<p>It reminds me of Angular coming with it&#x27;s own Router, Forms, Animations and then since they&#x27;re provided officially, alternatives don&#x27;t get created and then the half of the team leaves and the packages are abandoned.
评论 #27129051 未加载
评论 #27130090 未加载
jimmont大约 4 年前
Great to see Deno going from good to better and better steadily over the past year. It is such a pleasure when compared with Nodejs projects. Always appreciate products that make life easier.
sam_goody大约 4 年前
Node is amazing, but it was Electron that really made Node something that every school kid had to learn.<p>As long as Electron has no plans to support Deno, it will be WAY behind in traction.<p>&#x2F;useless prediction
评论 #27131385 未加载
ledgerdev大约 4 年前
What&#x27;s the status of grpc both as client and server? I seem to recall reading somewhere that some features(trailing headers?) needed to call grpc as client were out of the fetch spec and thus would to be implemented. It&#x27;s also not clear from this issue either. <a href="https:&#x2F;&#x2F;github.com&#x2F;denoland&#x2F;deno&#x2F;issues&#x2F;3326" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;denoland&#x2F;deno&#x2F;issues&#x2F;3326</a>
paxys大约 4 年前
I have been following the progress of Deno for a little bit, and slowly but surely the project is evolving from a full-scale Node.js replacement to a serverless&#x2F;edge compute platform. I get that it&#x27;s the hot thing in tech these days, but to me that just isn&#x27;t very appealing.
Graffur大约 4 年前
Has Deno failed to get adoption? I haven&#x27;t seen it used anywhere to be honest.
评论 #27130315 未加载
ralusek大约 4 年前
Demo is awesome but ironically I haven&#x27;t been able to use it because I always want something from npm
评论 #27193940 未加载
domano大约 4 年前
SemVer != Decimal
kumarvvr大约 4 年前
Somehow, Deno doesn&#x27;t excite me.<p>I love to explore new stuff in programming. Have done with Python, Java, JS (Node), React, Angular, Vue, etc.<p>Deno just doesn&#x27;t cut it.
caspervonb大约 4 年前
Uhm, so this submission was edited and renamed to Deno 1.1, but this is release version 1.10 as in version one dot ten.
评论 #27129394 未加载
评论 #27129160 未加载
评论 #27129296 未加载
评论 #27132135 未加载
sanxiyn大约 4 年前
It&#x27;s Deno 1.10, not Deno 1.1.
评论 #27132141 未加载
DrFell大约 4 年前
As an old webdev who was full-stack before Node even came out, and avoided it completely, all I can say is; Have fun, kids! <i>jingle jingle</i>