express.Router
ncthbrt opened this issue · 0 comments
ncthbrt commented
express.Router is very similar to app but is designed to provide modularity. express.Router is especially useful when creating endpoints which are called from javascript. This is common use case for codebases which are gradually migrating to ReasonML.