What is Express?

Express is a Web development framework based on Node.js. It is fast and easy to build a website back end.

The 21 Cloud Box provides a very simple Express deployment method. You can deploy on the 21 Cloud Box by using Node environment.

How to deploy it?

  1. Register as a member of 21 Cloud Box
  2. The Fork express sample
  3. Create a cloud service on the 21 Cloud Box and give 21 Cloud Box access to your code base (REPO)
  4. Create with the following configuration
The environment Node
Build commands yarn
Start the command node app.js

If you don’t clear to draw text on description, you can refer to the following practical operation show frequency: www.bilibili.com/video/BV1xz…

Why deploy on 21 Cloud Box?

Reason 1: Convenience

Since its establishment, Cloud Box has been the first in China to truly provide functions such as Netlify, Heroku and other easily deployed functions, while ensuring the speed and stability of services. For each cloud service project, you only need to complete 2 configurations for the first time, and then when you Git Push code, 21 Cloud Box will help you complete automatic deployment.

Cause 2: 21 Cloud Box is stable and provides a website record solution

If your site currently uses Services like Netlify, Vercel, Gatsby Cloud, etc., it will not be accessible to domestic users.

Why is that? According to the requirements of the Ministry of Industry and Information Technology of The People’s Republic of China, all websites online in China must first complete the filing, but foreign cloud service platforms do not provide domestic filing, so the cloud service platform deployed in foreign countries may be temporarily accessible, but in the long run, it will be very unstable.

Reason 3: Fast domestic visits

No matter how good the service is, if you open it too slowly, you can’t use it. The cloud service deployed on the 21 Cloud Box realizes the deployment of CDN nodes across the country with one click. In order to face and foreign major service comparison case:

  • Cloud Box vs Netlify

  • Cloud Box vs. Vercel

  • Cloud Box vs Heroku

  • 21 Cloud Box vs Github Pages

The original blog post from: 21 official blog www.21yunbox.com/blog/soluti cloud box…