项目作者: Halochkin

项目描述 :
Cloudflare workers manual
高级语言: JavaScript
项目地址: git://github.com/Halochkin/Cloudflare.git
创建时间: 2020-11-23T14:18:39Z
项目社区:https://github.com/Halochkin/Cloudflare

开源协议:

下载


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