You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
5
5
### Kid Micro Web Framework
6
6
___
7
-
**Kid** is a micro web framework written in Go. It aims to keep its core simple and yet powerful.
7
+
**Kid** is a micro web framework written in Go. It aims to keep its core simple and yet powerful. It's fully compatible with net/http interfaces and can be adapt with other net/http compatible packages as well.
8
+
9
+
### Routing
10
+
It uses a tree-based routing with a DFS traversal algorithm.
0 commit comments