登入
選單
返回
Google圖書搜尋
50 Recipes for Programming Node. Js
Jamie Munro
其他書名
Volume 2
出版
Independently Published
, 2018-10-05
主題
Computers / Languages / JavaScript
ISBN
1726764990
9781726764995
URL
http://books.google.com.hk/books?id=PdeEyQEACAAJ&hl=&source=gbs_api
註釋
50 Recipes on Programming Node.js is structured in a Cookbook format featuring recipes that contain problem statements with solutions. A detailed explanation follows each problem statement of the recipe. This is usually contained within the solution; however, an optional discussion section can often contain other useful information helping to demonstrate how the solution works or if there are alternative solutions.Node.js® is built on Chrome's V8 JavaScript Engine. Node.js is designed to build and execute applications using an event-driven, non-blocking Input/Output model attempting to make it lightweight and efficient. Node.js contains one of the largest open source package ecosystem using npm to create, install, and manage a variety of useful JavaScript packages that can easily be embedded into any Node application.