DEV Community

Cover image for Cloudflare Starter Kit
Konstantin Tarkus
Konstantin Tarkus

Posted on

Cloudflare Starter Kit

Cloudflare Workers unlocks the new possibility for web developers to easily host small server-side code snippets at CDN edge locations, ensuring that it will be handled at the server closest to the end-users.

This is just perfect solution if you need to complement your single-page application with server-side logic. Things such as authentication, XRSS protection, HTML page rendering, serving WordPress, Webflow, ZenDesk, and other 3rd party services under your primary domain name, e.g. example.com/blog vs blog.example.com, proxying HTTP requests to 3rd-party APIs...

Find the template (boilerplate) code here:

https://github.com/kriasoft/cloudflare-starter-kit

Top comments (0)