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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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