aweary / microbe.js

A small, easy to use Node.js framework written in ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for multiple route handlers

aweary opened this issue · comments

Currently the router will stop searching at the first match. Build a list of all matching handlers and execute them

New trie-based router iterates through all route handlers, 4f543dc