An open API service indexing awesome lists of open source software.

https://github.com/surrealdb/fibre

A simple and fast HTTP and WebSocket framework for Go
https://github.com/surrealdb/fibre

go golang golang-library http-router http-server json-rpc rest-api websocket-server

Last synced: 5 months ago
JSON representation

A simple and fast HTTP and WebSocket framework for Go

Awesome Lists containing this project

README

          

# fibre

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

[![](https://img.shields.io/badge/status-1.0.0-ff00bb.svg?style=flat-square)](https://github.com/surrealdb/fibre) [![](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/surrealdb/fibre) [![](https://goreportcard.com/badge/github.com/surrealdb/fibre?style=flat-square)](https://goreportcard.com/report/github.com/surrealdb/fibre) [![](https://img.shields.io/badge/license-Apache_License_2.0-00bfff.svg?style=flat-square)](https://github.com/surrealdb/fibre)

#### 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

```bash
go get github.com/surrealdb/fibre
```