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 by Example

125 pointsby mdwaltersover 1 year ago

5 comments

sfvisserover 1 year ago
&gt; Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.<p>Still don’t fully understand what ‘runtime’ means in this context. It’s not the parser, interpreter, VM, GC I think, because that is the V8 part. It’s not a runtime compiled into an executable like Haskell or Go.<p>Is it the term used here for a set of standard libraries? Or maybe in interaction layer with the operating system underneath, or the package&#x2F;build system? Or an umbrella term for all of this?<p>I’ve been doing all kinds of JavaScript and TypeScript for a long time now without a runtime (I think) so pretty curious.
评论 #37534572 未加载
评论 #37532744 未加载
评论 #37532670 未加载
评论 #37533102 未加载
评论 #37535155 未加载
dave1010ukover 1 year ago
Has anyone played with both Deno and Bun? They seem very similar but while Deno uses V8 (like Node), Bun uses Apple&#x27;s JavaScriptCore.<p><a href="https:&#x2F;&#x2F;bun.sh&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;bun.sh&#x2F;</a><p><a href="https:&#x2F;&#x2F;deno.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;deno.com&#x2F;</a>
评论 #37534120 未加载
ferriswilover 1 year ago
I&#x27;ve enjoyed trying to use Deno for a small new service at $WORK. Sadly had to give up and retreat back to Node due to missing support for private NPM repositories and lack of Datadog tracing support.<p>Their compatibility is getting better and better, so I&#x27;m confident Deno will eventually be a clear &quot;better Node&quot;.
评论 #37533478 未加载
评论 #37533553 未加载
评论 #37533405 未加载
Palmikover 1 year ago
Deno is great. I wish the maintainers were open to moving some of the great functionality from the CLI into separate libraries, but I understand how that might not be desirable from business perspective.
评论 #37538054 未加载
ralusekover 1 year ago
Tangentially related: what is the benefit of Deno KV over something like S3? I see option for atomic transaction, which is nice, but otherwise fewer features for far higher cost. Is it mostly speed?
评论 #37532345 未加载
评论 #37532387 未加载
评论 #37535526 未加载
评论 #37532750 未加载