Home  >  Article  >  Web Front-end  >  Advantages and Disadvantages of Node

Advantages and Disadvantages of Node

一个新手
一个新手Original
2017-09-26 10:19:281870browse

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!

Statement:
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