https://github.com/go-aah/router
Router library by aah framework
https://github.com/go-aah/router
aah aah-framework golang-library http-router router
Last synced: 9 months ago
JSON representation
Router library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/router
- Owner: go-aah
- License: mit
- Created: 2017-03-06T05:40:45.000Z (almost 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T05:55:55.000Z (about 7 years ago)
- Last Synced: 2025-02-06T13:58:07.000Z (11 months ago)
- Topics: aah, aah-framework, golang-library, http-router, router
- Language: Go
- Homepage: http://docs.aahframework.org/routing.html
- Size: 229 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Router by aah framework
[HTTP Router](http://docs.aahframework.org/routing.html) brings domain and sub-domains routing, it internally uses customized version of radix tree implementation from `github.com/julienschmidt/httprouter` developer by `@julienschmidt`.
### News
* `v0.12.1` [released](https://github.com/go-aah/router/releases/latest) and tagged on Jul 27, 2018.
## Installation
```bash
go get -u aahframework.org/router.v0
```
Visit official website https://aahframework.org to learn more about `aah` framework.