reasonml-community/bs-express

express.Router

ncthbrt opened this issue · 0 comments

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.