Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
/ tinyhttp Public archive

[DEPRECATED] πŸ¦• Deno port of tinyhttp, 0-legacy, tiny & fast web framework

License

Notifications You must be signed in to change notification settings

deno-libs/tinyhttp

Repository files navigation

DEPRECATED! Use npm:@tinyhttp/app directly

nest badge GitHub Workflow Status Codecov Dependency count

This is a Deno port of tinyhttp, 0-legacy, tiny & fast web framework as a replacement of Express.

Example

import { App } from 'https://deno.land/x/tinyhttp/app.ts' const app = new App() app.get('/:name/', async (req, res) => { await res.send( `Hello on ${req.url} from Deno v${Deno.version.deno} and tinyhttp! πŸ¦•`, ) }) app.listen(3000, () => console.log(`Started on :3000`))

About

[DEPRECATED] πŸ¦• Deno port of tinyhttp, 0-legacy, tiny & fast web framework

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •