Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 470 Bytes

Serverless React App

Domain: cf.neweradesign.net

Client Hosted on Cloudflare Workers

  • uses Wrangler for orchestration
  • uses itty-router for Express-like routing
  • uses React for client side framework
  • uses custom webpack config for build
  • 100,000 free requests per day

Server Hosted on AWS Lambda

  • uses AWS CDK for orchestration
  • uses node engine
  • best for database operations (i.e. working with MongoDB)
  • 10,000 free requests per day