@mntm/http-web

Deno-like http serve


Keywords
server, serve, http, deno, uws, uwebsockets
License
MIT
Install
npm install @mntm/http-web@1.0.0

Documentation

@mntm/http-web

See documentation

Basic usage

import { serve, Response } from '@mntm/http-web';

serve(() => new Response("Hello, world"));