Node.js in Action pdf epub mobi txt 電子書 下載 2024


Node.js in Action

簡體網頁||繁體網頁
Mike Cantelon
Manning Publications
2017-7-1
450
USD 49.99
Paperback
9781617292576

圖書標籤: Node.js  WEB  計算機科學  計算機  程序設計語言  web  backend  CS   


喜歡 Node.js in Action 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-09-23

Node.js in Action epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Node.js in Action epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Node.js in Action pdf epub mobi txt 電子書 下載 2024



圖書描述

The first edition of Node.js in Action was about web development with a particular focus on the Connect and Express web frameworks. Node.js in Action, Second Edition has been updated to suit the changing requirements of Node development. You’ll learn about front-end build systems, popular Node web frameworks, and how to build a web application with Express from scratch. You’ll also learn how to create automated tests and deploy Node web applications.

Node is being increasingly used for command-line developer tools and desktop applications with Electron, so you’ll find chapters dedicated to both of these areas.

This book assumes you’re familiar with basic programming concepts. The first chapter provides an overview of JavaScript and ES2015 for those of you who haven’t yet discovered the joys of modern JavaScript.

Roadmap

This book is organized into three parts.

Part 1 provides an introduction to Node.js, teaching the fundamental techniques needed to develop with it. Chapter 1 explains the characteristics of JavaScript and Node and steps through example code. Chapter 2 guides you through fundamental Node.js programming concepts. Chapter 3 is a full tutorial on how to build a web application from scratch.

Part 2, the largest section of the book, focuses on web application development. Chapter 4 dispels some of the mystery around front-end build systems: if you’ve ever had to use webpack or Gulp in a project but didn’t really understand it, this is the chapter for you. Chapter 5 reviews some of the most popular server-side frameworks available for Node, and chapter 6 goes into Connect and Express in more depth. Chapter 7 is dedicated to templating languages, which can improve your productivity when writing server-side code. Most web applications need a database, so chapter 8 covers the many types of databases that you can use with Node, from relational to NoSQL. Chapters 9 and 10 deal with testing and deployment, and this includes cloud deployment.

Part 3 goes beyond web application development. Chapter 11 is about building command-line applications with Node so you can create developer-friendly text interfaces. If you’re excited about the prospect of building desktop apps such as Atom with Node, then take a look at chapter 12, which is all about Electron.

Node.js in Action 下載 mobi epub pdf txt 電子書

著者簡介

Alex R. Young, a writer and web developer, blogs regularly about JavaScript at DailyJS where you'll find several series on Node and client-side JavaScript. Alex speaks at JavaScript events around the UK.

Bradley Meck is a Node.js contributor, with lots of operational experience from load balancing to systems design. Has used Linux / BSD in production and dev ops.

Mike Cantelon is a web programmer with 10 years of experience in bespoke and product-oriented web application development

Tim Oxley is a JavaScript, React, WebVR & NodeJS developer and contributor. He is a founder of @campjsnews & SingaporeJS.

Marc Harter is a passionate JavaScript developer with deep experience in event-style programming. He works daily on large scale projects including high availability real-time applications, streaming interfaces, and other data intensive systems.

T.J. Holowaychuk is a prolific open-source engineer who has backed Node since its infancy. He has also authored many robust Node.js modules, including the popular Express web framework, Cluster, Stylus, and Jade, among many others.

Nathan Rajlich is an active Node developer who has been working with Node since its early days. He has authored an impressive collection of Node modules including NodObjC and maintains a port of Node that runs on Apple's iOS.


圖書目錄


Node.js in Action pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

很適閤作為node的入門書籍

評分

很適閤作為node的入門書籍

評分

一本node實戰的書籍,非深入分析node實現原理的書。本書是第二版,講解瞭node實際開發的方方麵麵,但是沒有深入。本書的目的就是讓你瞭解node實際開發的步驟和關注點,每個部分的深入還是要另外學習的。還不錯的一本書。

評分

一本node實戰的書籍,非深入分析node實現原理的書。本書是第二版,講解瞭node實際開發的方方麵麵,但是沒有深入。本書的目的就是讓你瞭解node實際開發的步驟和關注點,每個部分的深入還是要另外學習的。還不錯的一本書。

評分

很適閤作為node的入門書籍

讀後感

評分

这本书还没出版的时候,我已经通读过了,是试读版的。对于你所说的这些东西,我理解为都是末枝末节。这本书的重点不是教你语法,学JS语法可以看《权威指南》,学nodeAPI可以看官方文档,学express也可以去看文档,网上例子还很多。这本书最大的价值就在于它介绍了NODE WEB APPL...  

評分

内容比较多,放到了blog里: http://vernonzheng.com/2014/12/28/NodeJS%E5%AE%9E%E6%88%98%E7%BB%8F%E9%AA%8C%E6%80%BB%E7%BB%93/ 笔记目录: 1. 1、require 2. 2、exports与module.exports的区别 3. 3、模块缓存与猴子补丁: 4. 4、Node两种常用的响应逻辑组织方式 5. 5、减...  

評分

内容比较多,放到了blog里: http://vernonzheng.com/2014/12/28/NodeJS%E5%AE%9E%E6%88%98%E7%BB%8F%E9%AA%8C%E6%80%BB%E7%BB%93/ 笔记目录: 1. 1、require 2. 2、exports与module.exports的区别 3. 3、模块缓存与猴子补丁: 4. 4、Node两种常用的响应逻辑组织方式 5. 5、减...  

評分

内容比较多,放到了blog里: http://vernonzheng.com/2014/12/28/NodeJS%E5%AE%9E%E6%88%98%E7%BB%8F%E9%AA%8C%E6%80%BB%E7%BB%93/ 笔记目录: 1. 1、require 2. 2、exports与module.exports的区别 3. 3、模块缓存与猴子补丁: 4. 4、Node两种常用的响应逻辑组织方式 5. 5、减...  

評分

我之所以了解到这本书是在 expressjs.com 的主页上看到了推荐,其次我发现作者是 TJ,于是我猜想这一定是一本对于了解 Node.js 的不二教材了。 一开始我看书里的有些代码别扭时,我也没觉得什么,心想作者可能对于一些细枝末节没有弄得那么仔细,后来越看才越发现,这书就是一...

類似圖書 點擊查看全場最低價

Node.js in Action pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有