hero

Beerus

A web solution developed in golang

Video → (opens new window)

Beerus

Based on net/http, it extends the management of routes, adds interceptors, session management, receiving parameters with struct, parameter validation, etc. It also provides WebSocket support to upgrade the http protocol to WebSocket and implement communication.

Beerus-DB

Use [go-sql-driver/mysql] to do database connection and basic operations, based on this do a lot of extensions, such as, connection pool management, multiple data sources, transaction management, single table no sql operation, multiple tables and complex operations can write their own sql, sql support {} placeholder, can use struct as parameters to operate the database, etc.

Beerus-RPC

Still in the planning stage, this is a microservice component of Beerus, so look out for it! ......