- Добавил: literator
- Дата: 9-07-2020, 13:05
- Комментариев: 0

Автор: Jana Bergant
Издательство: Leanpub
Год: 2020-07-01
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 18.2 MB
Deno book is a complete guide to programming with Deno. Deno is a runtime for jаvascript and TypeScript that is based on the V8 jаvascript engine and the Rust programming language. It was created by Ryan Dahl, original creator of Node.js, and is focused on productivity. Deno is not a fork of Node — it’s entirely a newly written implementation. Deno aims to be a productive scripting environment for the modern programmer. Similar to Node.js, Deno emphasizes event-driven architecture, providing a set of non-blocking core IO utilities, along with their blocking versions.