File size: 384 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Isomorphic Routing Middleware Adapters

## index.js

This module provides functions to adapt `page.js`-style middleware (with
`( context, next )` signature) to work with `express.js` (`( req, res, next )`),
so `client` middleware satisfying a couple of constraints can be re-used on the
server side.

For more information, see [Isomorphic Routing docs](docs/isomorphic-routing.md).