Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

title Deno with Oak
description An example webserver using Oak
tags
typescript

Deno Oak Example

This example is a small Deno webserver using Oak for routing.

Deploy on Railway

✨ 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.