| title | Deno with Oak | |
|---|---|---|
| description | An example webserver using Oak | |
| tags |
|
This example is a small Deno webserver using Oak for routing.
- Deno
- TypeScript
- Oak Routing
- Install Deno
- Run server
deno run --allow-net --allow-env src/index.ts
This is an experimental example and should not be used in production.