Skip to content

Commit dd33cdc

Browse files
authored
docs: update readme
1 parent 81cb257 commit dd33cdc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
___
77
**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 adapted with other net/http compatible packages as well.
88

9-
### Routing
9+
### Features
1010
___
11-
**Kid** uses a tree-based router with a DFS traversal algorithm.
11+
- Robust tree-based router.
12+
- Path parameters.
13+
- Router groups.
14+
- Rich built-in responses(JSON, XML, string, string, byte).
15+
- Middlewares.
16+
- Zero dependency, only standard library.
17+
- Compatible with net/http interfaces.
18+
- Extendable, you can also use your own JSON, XML and HTML parsers.
1219

1320
### Versioning
1421
___
@@ -17,7 +24,7 @@ This package follows [semver](https://semver.org/) versioning.
1724
#### Quick Start
1825
___
1926

20-
To install Kid Go 1.18 or higher is required: `go get github.com/mojixcoder/kid`
27+
To install Kid Go 1.19 or higher is required: `go get github.com/mojixcoder/kid`
2128

2229
Create `server.go`:
2330

0 commit comments

Comments
 (0)