Skip to main content
The Deno 2 Release Candidate is here
Learn more

url_router

Test

Getting Started

If you have Deno installed, you can run the example by copying this command into our favourite terminal:

deno run --allow-net https://raw.githubusercontent.com/iambalaam/url_router/main/examples/0.getting-started.ts

--allow-net permission is required to host the server

Go to localhost:8000/ in your browser.