- Beginning API Development with Node.js
- Anthony Nandaa
- 117字
- 2021-07-23 17:21:47
Introduction to Node.js
This chapter is designed to cover a few fundamental concepts in Node.js, as we lay a foundation for our subsequent chapters on API development.
Let's start this first chapter with a quick dive into how Node.js works and where it's being used lately. We will then have a look at its module system and its asynchronous programming model. Let's get started.
By the end of this chapter, you will be able to:
- Describe the basics of how Node.js works
- List the applications of Node.js in modern software development
- Describe the module system used by Node.js
- Implement basic modules for an application
- Explain the asynchronous programming basics in Node.js
- Implement a basic application using async/await
推薦閱讀
- 通信網絡基礎與設備
- Application Development with Qt Creator(Second Edition)
- FreeSWITCH 1.2
- Django 2 by Example
- 走進物聯網
- Learning Karaf Cellar
- 物聯網時代
- Building RESTful Web Services with Spring 5(Second Edition)
- OMNeT++與網絡仿真
- 通信原理及MATLAB/Simulink仿真
- React Cookbook
- 5G時代的大數據技術架構和關鍵技術詳解
- 商業的本質和互聯網
- Hands-On Cloud:Native Microservices with Jakarta EE
- Hands-On Microservices:Monitoring and Testing