Halochkin / Cloudflare

Cloudflare workers manual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudflare-tutorial / typing racer app

Simple example application for developing fast typing skills. After logging in with Google or Github, you can save your previous speed typing sessions to compete against them. The repository also contains useful information and examples of how to use the Cloudflare worker

The main task of the application is to be used to test the cloudflare worker functionality as well:

  • KV (key-value) cloudflare store
  • AES-GCM encryption/decryption
  • http requests and their headers
  • CORS requests
  • Cookies
  • Custom web components
  • Proxy server
  • Google/Github authentication
  • Test of custom state manager (Similar to Redux, but better=))

Live demo

About

Cloudflare workers manual


Languages

Language:JavaScript 82.4%Language:HTML 17.3%Language:CSS 0.4%