Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.43 KB

index.mdx

File metadata and controls

26 lines (16 loc) · 1.43 KB
title description
What is Runtime Edge
The Runtime Edge is a toolkit for developing, testing, and defining the runtime Web APIs for Edge infrastructure.

import Features from '../components/features'

The Runtime Edge

The Runtime Edge is designed to help framework authors adopt edge computing and provide open-source tooling built on Web standards. It’s designed to be integrated into frameworks (like Next.js) and not for usage in application code.

The Runtime Edge is a subset of Node.js APIs, giving you compatibility and interoperability between multiple web environments. The project is designed to be compliant with standards developed by WinterCG - a community group between Vercel, Cloudflare, Deno, Shopify, and more. The term “Edge” refers to the orientation toward instant serverless compute environments and not a specific set of locations.

Using the Runtime Edge Locally

When developing and testing locally, the Runtime Edge will polyfill Web APIs and ensure compatibility with the Node.js layer.

In production, the Runtime Edge uses the JavaScript V8 engine, not Node.js, so there is no access to Node.js APIs.

Get started using Runtime Edge: