Skip to main content
Module

x/tinyhttp/egg.json

🦕 Deno port of tinyhttp, 0-legacy, tiny & fast web framework
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.4/src/schema.json", "name": "tinyhttp", "entry": "./mod.ts", "description": "0-legacy, tiny & fast web framework as a replacement of Express", "homepage": "https://github.com/talentlessguy/tinyhttp-deno", "version": "0.0.29", "files": [ "./*.ts", "./utils/*.ts", "./extensions/**/*.ts", "README.md" ], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": true, "unlisted": false, "ignore": []}