shift: high-performance HTTP router for Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • shift

    High-performance HTTP router for Go. (by yousuf64)

  • Over the past 3-4 months, I've been working on shift, a pet project of mine that aims to deliver a simple yet powerful HTTP router with no bloat. Although Gin used to be my preferred choice, its implementation of the Context interface caused issues on a few occasions. While Chi was net/http compatible, it lacked some of the simple features I needed, such as global error handling. I also tried Httprouter, which was extremely fast, but its inability to allow overlapping routes raised concerns.

  • httprouter

    A high performance HTTP request router that scales well

  • Also, you seemed to have copied the path.go from Julien Schmidt's httprouter without even thanking or mentioning it in the README, which I think is not a good attitude. Yes, httprouter is BSD-3-Clause licensed, but showing the people that you took the code from some respect, should be a absolute must, in my opinon.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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