Home > Web Front-end > JS Tutorial > body text

Advantages and Disadvantages of Node

一个新手
Release: 2017-09-26 10:19:28
Original
1917 people have browsed it

Advantages:

1. Because Node is event-driven and non-blocking, it is very suitable for handling concurrent requests, so compared to proxy servers built on Node Servers implemented in other technologies (such as Ruby) perform much better.

2. The client code that interacts with the Node proxy server is written in the javascript language, so both the client and the server are written in the same language, which is a very beautiful thing.

Disadvantages:

1. Node is a relatively new open source project, so it is not stable and it is always changing.

2. Lack of enough third-party library support. It looks like what Ruby/Rails looked like back then (third-party libraries are now abundant, so this shortcoming can be said to not exist).

The above is the detailed content of Advantages and Disadvantages of Node. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template