Overview
Introduction
Cloud Functions is a service that allows you to run backend code in the cloud without the need to preset or manage server resources, enabling you to build dynamic capabilities or write APIs for your EdgeOne Pages Project.
Compared with Edge Functions running on edge nodes, Cloud Functions are deployed in a centralized cloud environment, offering longer running time and stronger computing power, suitable for more complex backend scenarios such as accessing external services and database operations.
Runtime
Cloud Functions supports developing with various programming languages and execution environments.
Node.js
Pages currently provides Node.js runtime support for Cloud Functions. You can develop using JavaScript or TypeScript and access the rich npm ecosystem. For detailed configuration, built-in APIs, and usage examples of the Node.js runtime, refer to the Node Functions document.
Other Runtime Environments
In the future, Cloud Functions plans to support more programming language runtimes including Python, Go, and PHP to meet diverse development requirements.
