From Homemade HTTP Router to New ServeMux

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • goblin

    A golang http router based on trie tree. (by bmf-san)

  • Up until now, I have been using a homemade HTTP router called goblin in my application, but since the ServeMux functionality has been expanded in Go1.22, I have started using ServeMux. It became so.

  • go

    The Go programming language

  • net/http: add methods and path variables to ServeMux patterns Discussion about ServeMux enhancements

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • httprouter

    A high performance HTTP request router that scales well

  • Even third-party HTTP routers take conflict detection into consideration; for example, httprouter either matches one pattern or it doesn't. It is designed to become.

  • mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  • This is not a disproval, but gorilla/mux has comparatively poor benchmark results among popular (many stars) third-party HTTP routers. , used by many users.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Gorilla web toolkit project is being revived, all repos are out of archive mode.

    5 projects | /r/golang | 12 Jul 2023
  • chi VS Don - a user suggested alternative

    2 projects | 15 Mar 2023
  • Implemented a bench marker to compare Go's HTTP Router

    16 projects | dev.to | 20 Dec 2022
  • What is the best BE framework that best suites my needs?

    4 projects | /r/golang | 3 Jun 2022
  • Gin vs Echo framework

    5 projects | /r/golang | 13 May 2022