https://github.com/mozzius/super-simple-webserver
seeing what deno deploy is all about. it's pretty cool!
https://github.com/mozzius/super-simple-webserver
Last synced: 26 days ago
JSON representation
seeing what deno deploy is all about. it's pretty cool!
- Host: GitHub
- URL: https://github.com/mozzius/super-simple-webserver
- Owner: mozzius
- License: mit
- Created: 2022-04-07T18:42:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T20:28:29.000Z (about 4 years ago)
- Last Synced: 2025-03-19T20:52:29.294Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://super-simple-webserver.deno.dev
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Very Basic Webserver
File system routing - put HTML files in `/pages`, Next.js-like API routes in `/api`, and everything else in `/static`.