edge_runtime_unofficial

Creator: coderz1093

Last updated:

0 purchases

edge_runtime_unofficial Image
edge_runtime_unofficial Images

Languages

Categories

Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.