jquave / tasty

🍦 Simple and sweet Deno Web Framework for building simple APIs and Websites
22 stars 5 forks source link

Refactor/invert control #10

Closed eight-molecules closed 4 years ago

eight-molecules commented 4 years ago

Inverts control of server requests. By pulling the server request loop out of the router we make the router more modular and allow the server to modify the request before it's routed.