fuadarradhi / jeen

Jeen is a package wrapper that is used go-chi as a web application base.

Home Page:https://www.fuadarradhi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeen

Jeen is a package wrapper that is used as a web application base for the go language.

Package Wrappers?

Yes, because jeen works by using other available packages.

What's Different?

Jeen wrapped these packages to make usage shorter and code cleaner. In addition, several new functions have been added which will certainly make the coding process faster.

Context cancellation has been included in every request so there is no need to check the timeout anymore. You only need to make sure the parts that don't use context.

Database and session has also been included so that it can be used easily in every http request. However, you can choose database and session drivers as needed.

Credits

Author

This Package is developed by Fuad Ar-Radhi.

About

Jeen is a package wrapper that is used go-chi as a web application base.

https://www.fuadarradhi.com

License:MIT License


Languages

Language:Go 100.0%