https://github.com/abitofhelp/go122_servemux_vs_chi
This application demonstrates how to use the new routing capabilities of ServeMux in Go v1.22 and how to use a stdlib compatible third-party package, such as Chi, to provide middleware services. A basic comparison of processing times is made between these alternatives.
https://github.com/abitofhelp/go122_servemux_vs_chi
chi go golang middleware servemux v1-22 v122
Last synced: about 1 year ago
JSON representation
This application demonstrates how to use the new routing capabilities of ServeMux in Go v1.22 and how to use a stdlib compatible third-party package, such as Chi, to provide middleware services. A basic comparison of processing times is made between these alternatives.
- Host: GitHub
- URL: https://github.com/abitofhelp/go122_servemux_vs_chi
- Owner: abitofhelp
- License: mit
- Created: 2024-05-16T02:55:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T03:19:26.000Z (about 2 years ago)
- Last Synced: 2024-05-17T04:27:53.167Z (about 2 years ago)
- Topics: chi, go, golang, middleware, servemux, v1-22, v122
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go122_servemux_vs_chi
This application demonstrates how to use the new routing capabilities of ServeMux in Go v1.22 and how to use a stdlib compatible third-party package, such as Chi, to provide middleware services. A basic comparison of processing times is made between these alternatives.