Skip to main content

Getting Started

Arvancloud Edge Computing helps developers quickly deploy their code on Arvancloud's extensive network of 40 pop sites worldwide. This service enables serverless computing. With serverless computing, providers, such as Arvancloud, manage servers instead of users, so that businesses and developers can focus solely on writing and implementing application logic. Some of the advantages of this type of cloud computing include optimal resource and cost management and scalability.

Edge computing applications in Arvancloud can be as simple as a small HTML page or much more complex, depending on the developer's needs. With edge computing, you can create and run functions, sites, and serverless applications. To get started with Arvancloud edge computing, you must first log in to your account.

Step 1: Create Account

If you haven't already created an account in Arvancloud, you can create a new account using the "Create Account" guide to access Arvancloud's various products, including Edge Computing.

Step 2: Create Edge Computing

To create your first edge computing, you can use either the CLI or the Arvancloud user panel.

Create Edge Computing in User Panel

To create your first edge compute, after logging in to the Arvancloud user panel, enter the Edge Computing menu and select one of Arvancloud's templates. You can also upload and run your built files in the panel.

For more details, refer to the Edge Computing creation guide.

Create Edge Computing with CLI

Using r1ec, you can use Arvancloud edge computing in the terminal environment. r1ec is a command-line tool designed to help you set up and deploy edge computing applications in Arvancloud. To get started, open a terminal window and run the installation command:

  • Global use
npx r1ec [command]
  • Direct use
npm install -g r1ec 
yarn global add r1ec 

The Edge Computing CLI guide will help you along the way.