pvormste / yetwebutils

A collection of useful packages for web development with go.

Home Page:https://pkg.go.dev/github.com/pvormste/yetwebutils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license

Yet 'Another' Web Utils (yetwebutils)

yetwebutils is a highly opinionated collection of go packages, which reduces the amount of boilerplate code for simple web projects.

But essentially it acts like another standard lib for creating web applications.

This project is more like an experiment on how much web functionality can be abstracted in own reusable packages and I'm very curious how this will evolve. The main goal is to reduce boilerplate code for greenfield web projects. Nervertheless feel free to use it for your own needs!

Install

go get -u github.com/pvormste/yetwebutils

Packages

All packages are prefixed with yet.

package Description pkg.go.dev doc
yethttp Provides helpers for working with http docs
yetnet Provides helper code for working with low level network like TCP, UDP and Ports docs

About

A collection of useful packages for web development with go.

https://pkg.go.dev/github.com/pvormste/yetwebutils

License:MIT License


Languages

Language:Go 100.0%