Create an API on the edge using TypeScript and Cloudflare Workers

Ernesto F
Level Up Coding
Published in
10 min readFeb 9, 2020

--

Photo by Daria Shevtsova from Pexels

In my previous post, we described how to use Cloudflare Workers to deploy a static generated website directly to the edge. We also described a way to do faster deploys and rollbacks using a commit hash to decide what version of our Application we will be serving to users.

--

--