How To Code in Node.js

How To Code in Node.js

简介:

Node.js是一个流行的开源运行时环境,可以在浏览器之外执行JavaScript。Node运行时通常用于后端web开发,利用其异步功能来创建网络应用程序和web服务器。Node也是构建命令行工具的流行选择。在本书中,您将通过练习来学习如何在Node.js中编码的基础知识,获得同样适用于后端和完整堆栈开发的技能。在本书的最后,您将能够编写利用Node的异步代码执行功能的程序,以及响应用户操作的事件发射器和监听器。在此过程中,您将学习如何使用内置调试实用程序以及Chrome浏览器的DevTools实用程序来调试Node应用程序。您还将学习如何为您的程序编写自动化测试,以确保您添加或更改的任何功能都能按预期运行。

英文简介:

Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools.

In this book, you will go through exercises to learn the basics of how to code in Node.js, gaining skills that apply equally to back-end and full stack development in the process.

By the end of this book you will be able to write programs that leverage Node's asynchronous code execution capabilities, complete with event emitters and listeners that will respond to user actions. Along the way you will learn how to debug Node applications using the built-in debugging utilities, as well as the Chrome browser’s DevTools utilities. You will also learn how to write automated tests for your programs to ensure that any features that you add or change function as you expect.

书名
How To Code in Node.js
译名
如何使用 Node.js 编码
语言
英语
页数
297页
大小
6.94 MB
标签
  • Node.js
  • JavaScript
  • 下载
    pdf iconHow To Code in Node.js.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:50

    ←Memory Management: Algorithms and Implementations in C/C++

    →Get Programming with Node.js