We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51afde5 commit b93aee0Copy full SHA for b93aee0
Introduction.md
@@ -70,4 +70,6 @@ http.createServer(app.handler()).listen(3000);
70
71
Routejs is a fast http routing engine for nodejs. Routejs is highly depends on the middlewares, in routejs everything is a middleware.
72
73
-In routejs all middlewares are executed one after another from top to bottom, so make sure to register routes and middlewares in the right order.
+In routejs all middlewares are executed one after another in top to bottom order, so make sure to register routes and middlewares in the right order.
74
+
75
+It is advisable to register all the global middlewares at the first and register error-handler middleware at the last.
0 commit comments