mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
689 B
689 B
title, description, tags
| title | description | tags | |
|---|---|---|---|
| Deno with Oak | An example webserver using Oak |
|
Deno Oak Example
This example is a small Deno webserver using Oak for routing.
✨ Features
- Deno
- TypeScript
- Oak Routing
💁♀️ How to use
- Install Deno
- Run server
deno run --allow-net --allow-env src/index.ts
📝 Notes
This is an experimental example and should not be used in production.