Y
Hacker News
new
|
ask
|
show
|
jobs
by
stackzero
2231 days ago
As someone not from a js background, when would I use this? is it a drop in replacement for node with TS support? or something else
3 comments
sintaxi
2231 days ago
Deno will likely be well suited for network oriented server-side programs. Deno is not a drop-in replacement for node. It is an alternative JS runtime.
link
KitDuncan
2231 days ago
I think I'll use it for personal system scripts, as JS is the language I am most comfortable in.
link
drcode
2231 days ago
I view it as a replacement for node that requires less overall handholding and ceremony.
link