0 purchases
edge runtime unofficial
Dart Edge Runtime #
This package provides a Dart runtime for the Edge framework. It can either be used as a standalone
package or part of a platform runtime, such as vercel_edge.
Usage #
A simple usage example:
import 'package:edge_runtime_unofficial/edge_runtime_unofficial.dart';
void main() {
addFetchEventListener((event) {
event.respondWith(Response.ok('Hello, world!'));
});
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.