Popularity
5.2
Declining
Activity
0.0
Stable
182
13
26

Programming language: Go
License: Apache License 2.0
Tags: Web Frameworks    
Latest version: v1.4.0

hiboot alternatives and similar packages

Based on the "Web Frameworks" category.
Alternatively, view hiboot alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hiboot or a related project?

Add another 'Web Frameworks' Package

README

Hiboot - web/cli application framework

About

Hiboot is a cloud native web and cli application framework written in Go.

Hiboot is not trying to reinvent everything, it integrates the popular libraries but make them simpler, easier to use. It borrowed some of the Spring features like dependency injection, aspect oriented programming, and auto configuration. You can integrate any other libraries easily by auto configuration with dependency injection support.

If you are a Java developer, you can start coding in Go without learning curve.

Overview

  • Web MVC (Model-View-Controller).
  • Auto Configuration, pre-create instance with properties configs for dependency injection.
  • Dependency injection with struct tag name `inject:""`, Constructor func, or Method.

Getting Started

Community Contributions Guide

Thank you for considering contributing to the Hiboot framework, The contribution guide can be found [here](CONTRIBUTING.md).

License

© John Deng, 2017 ~ time.Now

Released under the Apache License 2.0


*Note that all licence references and agreements mentioned in the hiboot README section above are relevant to that project's source code only.