Guides
Frameworks - Tools
Cloudflare Workers
9min
You can use the routes of the cloudflare workers to expose your mini-app.
This section is being reviewed and expanded.
Hono is a minimal, ultrafast web framework for Cloudflare Workers, making it an excellent choice for serverless deployments.
Before starting this tutorial please create a Cloudflare account.
- Install de Cloudflare CLI
- Create a new worker project
- Add Hono as dependency
- Install the SDK
- Edit the src/index.js file:
- Preview the worker locally
- Your metadata endpoint will be available at
- https://mini-app-metadata.workers.dev
Updated 29 Nov 2024
Did this page help you?