-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1b4eeb
commit 659c665
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |