Deno Lesson 4: Running (Local or Remote) Programs

Опубликовано: 19 Июнь 2023
на канале: Zak H.
374
4

Deno doesn't require you to use a package.json or install packages into a node_modules folder. You can run scripts locally and remotely, and provide flags defining which permissions you provide meaning that you are taking advantage of the fact that the V8 engine that powers javascript is in a sandbox to enhance your security in ways that node doesn't.

https://cleancode.studio/deno-vs-node