Skip to main content

LambdaWebServer

TS GitHub license GitHub issues

A library that offers various utilities for use along the Oak library.

Examples

Examples can be found in the examples directory.

Use

Deno

Add the library from JSR:

deno add @lambdaurora/lambdawebserver

Then import it:

import { /* Whatever you need. */ }from "@lambdaurora/lambdawebserver";