coryhouse / coryhouse/reactjsconsulting
Edge hosting
- Dominant language
- JavaScript
- Stars
- 374
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
[Cloudflare's initial announcement and overview](https://blog.cloudflare.com/introducing-cloudflare-workers/) (also explains why they chose to use the service worker API)
Fastly
Vercel
Cloudflare
Fly.io
[Netlify](https://www.netlify.com/products/edge/)
[Not all use V8](https://twitter.com/mjackson/status/1518005901256368128). So, no standardization of the environment across providers yet.
## Why Cloudflare uses V8:
1. It [starts up 100x faster than Node](https://twitter.com/housecor/status/1517995251897675776). (stat from Vercel 12 announcement YouTube video describing their own Edge offering)
2. Security: The V8 JavaScript engine is arguably the most scrutinized code sandbox in the history of computing, and the Chrome security team is one of the best in the world. Moreover, Google pays [massive bug bounties](https://www.google.com/about/appsecurity/chrome-rewards/index.html) to anyone who can find a vulnerability. (That said, we have added additional layers of our own sandboxing on top of V8.)
3. Ubiquity: JavaScript is everywhere. Anyone building a web application already needs to know it: whereas their server could be written in a variety of languages, the client has to be JavaScript, because that's what browsers run.
Note: Netlify uses Deno along with V8.
## Edge data
[Fly.io Postgres Read Replicas](https://fly.io/docs/getting-started/multi-region-databases/)
[Cloudflare KV](https://developers.cloudflare.com/workers/learning/how-kv-works)
[Durable Objects](https://blog.cloudflare.com/introducing-workers-durable-objects/)
[FaunaDB](https://fauna.com/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.