https://github.com/clevercloud/v-example
Deploy a V app on Clever Cloud, using V runtime
https://github.com/clevercloud/v-example
clevercloud-example vlang
Last synced: 4 months ago
JSON representation
Deploy a V app on Clever Cloud, using V runtime
- Host: GitHub
- URL: https://github.com/clevercloud/v-example
- Owner: CleverCloud
- Created: 2025-07-04T11:13:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T12:20:50.000Z (12 months ago)
- Last Synced: 2026-02-11T11:38:15.002Z (4 months ago)
- Topics: clevercloud-example, vlang
- Language: V
- Homepage: https://www.clever-cloud.com/developers/doc/applications/v/
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy a Zig application on Clever Cloud
`Linux` runtime with Mise helps to deploy anything in a simple way on Clever Cloud. This example shows how to build a simple [V](https://vlang.io) Server on `8080` port, using [Clever Tools](https://github.com/CleverCloud/clever-tools/).
## Clone this repository and deploy (as easy as 1-2-3)
```bash
git clone https://github.com/CleverCloud/v-example
cd v-example
clever create -t v
clever deploy
```
You don't need to configure anything, as Build and Run scripts are automatically set up.