Skip to content

Commit 51afde5

Browse files
Update Introduction.md
1 parent 68500d9 commit 51afde5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Introduction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ app.use(urls);
6565

6666
http.createServer(app.handler()).listen(3000);
6767
```
68+
69+
## Philosophy
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.

0 commit comments

Comments
 (0)