High-performance Go HTTP framework tasting

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

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

    Tracking performance changes for Hertz

  • You may refer to hertz-benchmark for more information.

  • thriftgo

    An implementation of thrift compiler in go language.

  • hz can use thrift IDL or protobuf IDL to generate code and needs to install the appropriate compiler thriftgo or protoc. We will use thrift as an example.

  • 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
  • Protobuf

    Protocol Buffers - Google's data interchange format

  • hz can use thrift IDL or protobuf IDL to generate code and needs to install the appropriate compiler thriftgo or protoc. We will use thrift as an example.

  • hertz

    Go HTTP framework with high-performance and strong-extensibility for building micro-services.

  • This demo only covers a very small part of Hertz features. You can check out the cloudwego/hertz for more information. I'm sure the documentation has answers to all your questions.

  • userdemo

    A simple demo using Hertz.

  • The code of this demo is here. It's just a simple example. There are many imperfections, but I would be happy if this could help you.

  • sessions

    Sessions middleware for Hertz (by hertz-contrib)

  • hertz-contrib/sessions

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