Skip to main content

Multilingual Support

CloudBase cloud function currently supports multiple languages:

  • Node.js
  • PHP
  • Python
  • Golang
  • Java

Cross-Language Invocation

You can call a cloud function in any SDK regardless of which language it is written in.

For example, you can use the JS SDK on the web-side to call cloud functions written in Python; you can also call cloud functions written in Golang in Flutter.

Python cloud function

See Tencent Cloud SCF Documentation - Python.

Golang cloud function

See Tencent Cloud SCF Documentation - Golang.

PHP cloud function

See Tencent Cloud SCF Documentation - PHP.