Проект Deno развивает защищённую JavaScript-платформу, похожую на Node.js
The release of Deno 0.33 is available, offering a Node.js-like platform for running applications written in JavaScript and TypeScript in isolation, which can be used to execute applications without being tied to a browser, for example, to create server-side handlers. Deno uses the V8 JavaScript engine, which is also used in Node.js and Chromium-based browsers. The project's code […]
