baseprime / grapnel

The smallest JavaScript router with named parameters, HTML5 pushState, and middleware support
http://grapnel.js.org
468 stars 40 forks source link

Server router info #78

Open brettz9 opened 3 years ago

brettz9 commented 3 years ago

Hi, your README links to https://github.com/baseprime/grapnel/tree/server-router but that just has a couple ignore files in it...

I'm curious whether Grapnel is oriented (or considered orienting itself) such that one could just swap to use Express on the server side (for code that might work in a polyglot fashion).

Thanks!