Nodejs is suitable for projects: 1. "I/O" intensive applications; 2. Middle layer; 3. RPC services; 4. Basic tools, such as compilers, construction tools, scaffolding, etc.; 5 , Forum community system; 6. BFF application; 7. Serverless; 8. Microservices, etc.
The operating environment of this tutorial: windows7 system, nodejs version 12.19.0, DELL G3 computer.
What is Node.js suitable for
I/O intensive applications
Node. The advantages of js mainly lie in the event loop, non-blocking asynchronous I/O, and only one thread is opened. I will not create a thread for every request, which incurs resource overhead.
ResutFul API
Usually we can use Node.js as the middle layer, which is responsible for assembling data and providing API interfaces for front-end calls. These data sources may come from Third-party interfaces or databases. For example, in the past, we might have done it through back-end Java, PHP and other languages. Now our front-end engineers can do it through Node.js, and the back-end can focus more on business development.
Now that the ResultFul API is mentioned, I would like to recommend a Qunar open source API management tool YAPI: https://github.com/YMFE/yapi It is developed using Node.js (disclaimer: this is not an advertisement) , but this is really great to use! I can’t help but recommend it to everyone!).
RPC Service
RPC (Remote Procedure Call) Chinese name "Remote Procedure Call", maybe you are unfamiliar with it, but in today's microservice model, we It may be servitization for functions or specific business forms. We all know that a common mode of communication between services is implemented through HTTP. Students who understand the network model may know if we use TCP now. What about more efficient?
Of course, HTTP is an application layer protocol, and below it is the transport layer. Obviously, TCP is very advantageous. RPC services use TCP, and now famous RPC services are, for example, Google gRPC, Alibaba’s Dubbo.
Basic tools
can be used as basic tools, such as compilers, construction tools, scaffolding, etc. in the front-end field. The more famous ones such as Webpack and Gulp are very successful.
Forum Community
Nodeclub is a community system developed using Node.js and MongoDB. It has an elegant interface, rich functions, small size and speed. You can use it to build your own community. The Cnode community is a successful example. Cnode address: https://cnodejs.org/
https://github.com/cnodejs/nodeclub
Backend For Frontend
Backend For Frontend, referred to as BFF, serves the backend of the frontend. It is not a new technology but a logical layering. At this layer we can integrate some resources, such as: It turns out that the front-end needs to obtain resources from three different places. So, with this layer, can we make an aggregation, process it uniformly and return it to the front-end, while not allowing changes in the back-end system, resulting in to change.
Serverless
This will be a word you will often hear in the future. ServerLess is a "serverless architecture" that does not require developers to care about operation and maintenance. , traffic processing and other tasks, developers can focus more on the business itself.
Function is a service, so writing a function can implement an API interface to the front end, which obviously eases the development work a lot. In JavaScript, functions are first-class citizens. In the ServerLess scenario Node.js itself is also very lightweight and still has great advantages.
Microservices (Microservices)
Microservices have also been a very hot word in the past two years. Here are some of the main characteristics of microservices: small services, independent Processes run and can use different languages. Then here you can choose different language implementations according to the business form. Node.js itself is also very lightweight and fast to implement. It is still very applicable in some I/O intensive scenarios.
Choose what tool for any scenario, there is no best, only the more suitable!
For more node-related knowledge, please visit: nodejs tutorial! !
The above is the detailed content of What projects is nodejs suitable for?. For more information, please follow other related articles on the PHP Chinese website!

Vercel是什么?本篇文章带大家了解一下Vercel,并介绍一下在Vercel中部署 Node 服务的方法,希望对大家有所帮助!

gm是基于node.js的图片处理插件,它封装了图片处理工具GraphicsMagick(GM)和ImageMagick(IM),可使用spawn的方式调用。gm插件不是node默认安装的,需执行“npm install gm -S”进行安装才可使用。

今天跟大家介绍一个最新开源的 javaScript 运行时:Bun.js。比 Node.js 快三倍,新 JavaScript 运行时 Bun 火了!

在nodejs中,lts是长期支持的意思,是“Long Time Support”的缩写;Node有奇数版本和偶数版本两条发布流程线,当一个奇数版本发布后,最近的一个偶数版本会立即进入LTS维护计划,一直持续18个月,在之后会有12个月的延长维护期,lts期间可以支持“bug fix”变更。

大家都知道 Node.js 是单线程的,却不知它也提供了多进(线)程模块来加速处理一些特殊任务,本文便带领大家了解下 Node.js 的多进(线)程,希望对大家有所帮助!

node怎么爬取数据?下面本篇文章给大家分享一个node爬虫实例,聊聊利用node抓取小说章节的方法,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools