Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
victorekpo committed Jul 13, 2024
1 parent f1b4eeb commit 659c665
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Serverless Microapp
# Serverless React App
Domain: `neweradesign.net`

## Client Hosted on Cloudflare Workers
- uses Wrangler for orchestration
- uses itty-router for Express-like routing
- uses handlebars for views engine
- 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

0 comments on commit 659c665

Please sign in to comment.