Node.js in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Node.js in Action

简体网页||繁体网页
Mike Cantelon 作者
Manning Publications
译者
2017-7-1 出版日期
450 页数
USD 49.99 价格
Paperback
丛书系列
9781617292576 图书编码

Node.js in Action 在线电子书 图书标签: Node.js  WEB  计算机科学  计算机  程序设计语言  web  backend  CS   


喜欢 Node.js in Action 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-08-18


Node.js in Action 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Node.js in Action 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Node.js in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Node.js in Action 在线电子书 用户评价

评分

一本node实战的书籍,非深入分析node实现原理的书。本书是第二版,讲解了node实际开发的方方面面,但是没有深入。本书的目的就是让你了解node实际开发的步骤和关注点,每个部分的深入还是要另外学习的。还不错的一本书。

评分

一本node实战的书籍,非深入分析node实现原理的书。本书是第二版,讲解了node实际开发的方方面面,但是没有深入。本书的目的就是让你了解node实际开发的步骤和关注点,每个部分的深入还是要另外学习的。还不错的一本书。

评分

很适合作为node的入门书籍

评分

很适合作为node的入门书籍

评分

一本node实战的书籍,非深入分析node实现原理的书。本书是第二版,讲解了node实际开发的方方面面,但是没有深入。本书的目的就是让你了解node实际开发的步骤和关注点,每个部分的深入还是要另外学习的。还不错的一本书。

Node.js in Action 在线电子书 著者简介

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 在线电子书 图书目录


Node.js in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Node.js in Action 在线电子书 图书描述

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 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Node.js in Action 在线电子书 读后感

评分

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

评分

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

评分

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

评分

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

评分

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

类似图书 点击查看全场最低价

Node.js in Action 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Node.js in Action 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有