nanai10a / worker-kjs

Repository from Github https://github.comnanai10a/worker-kjsRepository from Github https://github.comnanai10a/worker-kjs

worker-kjs (template)

template of Kotlin/JS for Cloudflare Workers


notice

  • you should setup at wrangler.toml about .name and .compatibility_date.

usage

git clone https://github.com/Nanai10a/worker-kjs my-worker
cd my-worker

./build.sh --name my-worker --compatibility-date $(date +%Y-%m-%d)

# for example...
curl my-worker.${account_name}.workers.dev # respond "hi, kotlin/js?"

About


Languages

Language:Kotlin 73.9%Language:Shell 26.1%