- Node.js Blueprints
- Krasimir Tsonev
- 150字
- 2021-07-16 11:36:14
Summary
In this chapter, we went through the most common programming paradigms in Node.js. We learned how Node.js handles parallel requests. We understood how to write modules and make them communicative. We saw the problems of the asynchronous code and their most popular solutions. At the end of the chapter, we talked about how to construct our application. With all this as a basis, we can start thinking about better programs. Software writing is not an easy task and requires strong knowledge and experience. The experience usually comes after years of coding; however, knowledge is something that we can get instantly. Node.js is a young technology; nonetheless, we are able to apply paradigms and concepts from client-side JavaScript and even other languages.
In the next chapter, we will see how to use one of the most popular frameworks for Node.js, that is, Express.js, and we will build a simple website.
- Bootstrap Site Blueprints Volume II
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- PHP 編程從入門到實踐
- Full-Stack React Projects
- Python機器學(xué)習(xí)編程與實戰(zhàn)
- Python機器學(xué)習(xí)經(jīng)典實例
- C語言程序設(shè)計
- Python從入門到精通
- HoloLens與混合現(xiàn)實開發(fā)
- Learning Ionic
- Android Sensor Programming By Example
- ArcPy and ArcGIS(Second Edition)
- JavaWeb從入門到精通(視頻實戰(zhàn)版)
- C語言王者歸來
- PhantomJS Cookbook