Skip to content

Streamlined Deno-powered HTTP framework for lightning-fast web development.

License

Notifications You must be signed in to change notification settings

HorizonCode/rapid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapid

Streamlined Deno-powered HTTP framework for lightning-fast web development.

How to use

import { HTTPServer } from "https://deno.land/x/rapid@v0.2.2/mod.ts";

const server = new HTTPServer();

server.get("/", (_req, _rep) => "Hello World!");

await server.listen({
  port: 8000,
});

See examples/test.ts for more examples

About

Streamlined Deno-powered HTTP framework for lightning-fast web development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published