base-router
base-router copied to clipboard
:station: A simple and portable router for the client and server.
Results
1
base-router issues
Sort by
recently updated
recently updated
newest added
Currently `.serve()` returns a middleware but that makes it a little difficult if you want to integrate with other middleware. Such as: ``` js var useBaseRouter = app.router.serve(function (page, data)...