GitXplorerGitXplorer
s

fibre

public
20 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
cc4f2770111ed9e2e683f0df1ee72d1f0d7f9e77

Update copyright notices

ttobiemh committed 3 years ago
Unverified
1b4e2e3fdc489a8e055502edd6c323f0db65cda9

Update package dependencies

ttobiemh committed 3 years ago
Unverified
027fb70834f21ec232f0af539178b6cdd8fa9c1b

Update README

ttobiemh committed 3 years ago
Unverified
4a612fc7979188f4196df1ebd02cbe3880d397c3

Update gitignore file

ttobiemh committed 3 years ago
Unverified
9c53d89984287138e44b143c52aa8350208f8e00

Disable experimental per-message compression

ttobiemh committed 3 years ago
Unverified
e58587731574433eed7a26a8cc0e4218e57ab458

Update dependencies

ttobiemh committed 4 years ago

README

The README file for this repository.

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