An open API service indexing awesome lists of open source software.

https://github.com/stefanoltmann/kotlin-cloudflare-containers-sample

Kotlin + Cloudflare Containers sample
https://github.com/stefanoltmann/kotlin-cloudflare-containers-sample

cloudflare cloudflare-containers containers docker kotlin

Last synced: 3 months ago
JSON representation

Kotlin + Cloudflare Containers sample

Awesome Lists containing this project

README

          

# Kotlin + Cloudflare Containers Example

![Kotlin](https://img.shields.io/badge/kotlin-2.2.20-blue.svg?logo=kotlin)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-gray?&logo=GitHub-Sponsors&logoColor=EA4AAA)](https://github.com/sponsors/StefanOltmann)

This repository provides a **minimalistic example** of how to
use [Cloudflare Containers](https://developers.cloudflare.com/containers/) with **Kotlin**.
It’s a simple starting point to experiment and deploy Kotlin apps on Cloudflare’s container platform.

---

## 📦 Installation

First, install the required dependencies:

```bash
npm install @cloudflare/containers
```

## 🚀 Deployment

Deploy your project using Wrangler:

```
wrangler deploy
```

## 📚 Further Resources

- [Cloudflare Containers Documentation](https://developers.cloudflare.com/containers/)
- [Wrangler CLI Reference](https://developers.cloudflare.com/workers/wrangler/)

✨ Happy hacking with Kotlin & Cloudflare!