logo
分类于: 人工智能 其它

简介

Node.js in Action

Node.js in Action 7.9分

资源最后更新于 2020-07-27 14:51:40

作者:Mike Cantelon

出版社:Manning Publications

出版日期:2013-01

ISBN:9781617290572

文件格式: pdf

标签: Node.js javascript JavaScript nodejs 计算机 编程 node.js 技术

简介· · · · · ·

* Simplifies web application development * Outlines valuable online resources * Teaches Node.js from the ground up Node.js is an elegant server-side JavaScript development environment perfect for scalable, high-performance web applications. Node allows developers to access HTTP and general TCP/IP functionality using a minimalist server-side JavaScript interface. Node.js in Acti...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Part 1: Node Fundamentals
1: Why the Web needs Node - FREE
2: Getting started with Node - AVAILABLE
3: Asynchronous programming
Part 2: Web Application Development with Node
4: Buiding Node web applications
5: Storing Node application data
6: Automating testing with Node
7: Connect
8: Express
9: Web application output templating in Node
10: Deploying Node web applications
Part 3: Going Further with Node
11: Beyond Web Servers
12: The Node ecosystem
Appendices
A: Debugging Node applications
B: Creating documentation