Deno support #198
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
medium
Milestone
Now that
@tinyhttp/routerv1.0.5+ no longer depends onhttpmodule of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separatedenofolder with all editor settings specifically for it.There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or skypack to import the router
and we should use Deno's std http lib to pass request and response as generics, e.g. smth like this:
so it works instantly
The text was updated successfully, but these errors were encountered: