makers-cloud-functions
Originally fromtencentedgeone/edgeone-makers-tools
Installation
SKILL.md
Cloud Functions
Server-side functions supporting Node.js, Go, and Python runtimes.
Runtime Selection
| Runtime | When to use | Reference |
|---|---|---|
| Node.js | Express/Koa patterns, npm ecosystem | references/node-functions.md |
| Go | High performance, Gin/Echo/Chi | references/go-functions.md |
| Python | Flask/FastAPI, ML libraries | references/python-functions.md |