8000 GitHub - N4r35h/wfiber: A Wrapper over go-fiber that adds swagger docs, route input and output struct defn, route based typescript client code generation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ wfiber Public

A Wrapper over go-fiber that adds swagger docs, route input and output struct defn, route based typescript client code generation

Notifications You must be signed in to change notification settings

N4r35h/wfiber

Repository files navigation

WFiber

Wfiber stands for Wrapped Fiber is a wrapper over the web framework gofiber that has useful code generation and other features such as

🎯 Features overview

  • Fully typesafe api client generation for the frontend in typescript
    • for endpoints we can define a input and ouput struct and typescript interfaces for the same are generated with the help of gos2tsi which is based on https://golang.org/x/tools/go/packages and doesnt use reflections hence is faster that traditional libraries that generate typescript interfaces from a given golang struct

👀 Examples

⚡️ Quickstart

install go module

go get github.com/N4r35h/wfiber

About

A Wrapper over go-fiber that adds swagger docs, route input and output struct defn, route based typescript client code generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0