An open API service indexing awesome lists of open source software.

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.

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.