📖 Go Fiber by Examples: Delving into built-in functions

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

    ⚡️ Express inspired web framework written in Go

  • In this second article (or chapter), we will get even closer to the inner workings of the Fiber web framework, its routing technique, built-in components and methods.

  • template

    🧬 Template engine middleware for Fiber (by gofiber)

  • The Fiber team supports template package that provides wrappers for multiple template engines:

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

    Discontinued ⚠ Deprecated, available within Fiber v2 (by gofiber)

  • Note: This works differently than the compression middleware, which is supported by the Fiber team.

  • encoding

    Go package containing implementations of efficient encoding, decoding, and validation APIs.

  • Converts any interface or string to JSON using the segmentio/encoding package. Also, the JSON method sets the content header to application/json.

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