gutkedu / edge-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practicing edge computing with Cloudflare Workers

This is a simple project to practice edge computing with Cloudflare Workers. It is a simple API that returns a counter of writes in url/write and read of url/read.

  • Edge computing databases:
  1. Redis & Kafka - Upstash
  2. Mysql - PlanetScale
  • Framework for Cloudflare Workers:
  1. Hono - https://honojs.dev/

Reference: https://www.youtube.com/watch?v=ovfYhoXVudo

About


Languages

Language:TypeScript 96.0%Language:Shell 4.0%