Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

surrealdb/fibre

Repository files navigation

fibre

A simple and fast http framework for Go (Golang).

Features

  • Simple and efficient router
  • Extensible middleware framework
  • Customise when middleware should run
  • Built to run with REST or Websockets
  • Build APIs with RESTful methodologies
  • Build APIs with Websocket methodologies
  • Build APIs with JSONRpc methodologies
  • Centralized and customisable error logging
  • Works seamlessly with Golang's standard HTTP server
  • Automatic data binding for Form, XML, JSON, CBOR, MsgPack
  • Automatic response type detection for XML, JSON, CBOR, MsgPack

Installation

go get github.com/surrealdb/fibre

Releases

No releases published

Packages

 
 
 

Contributors