lukeed / polka

A micro web server so fast, it'll make you dance! :dancers:
MIT License
5.41k stars 174 forks source link

Thanks to Polka #108

Closed kethan closed 5 years ago

kethan commented 5 years ago

Hi All,

I have created a universal router based on Trouter and Polka. Kindly check and let me know your feedback.

urout - https://www.npmjs.com/package/urout - Universal Router. userve - https://www.npmjs.com/package/userve - Express like router framework. ubrow - https://www.npmjs.com/package/ubrow - Express like browser router.

Thanks

lukeed commented 5 years ago

Very cool! 😄 Glad to give some inspiration 👏

Just so you know (you probably do!), Trouter can actually be run in the browser as is – you just have to attach event listener(s) to do the matching. And then a more browser-based solution is navaid.

Congratulations to you, good suite of libs 🎉