Skip to content

AngerM/ag_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

327bf6e · Aug 15, 2023
Sep 13, 2022
Mar 23, 2023
Aug 15, 2023
Apr 17, 2023
May 3, 2023
Aug 15, 2023
Aug 15, 2023
Mar 21, 2023
Feb 15, 2021
Mar 21, 2023
Mar 21, 2022
Aug 1, 2021
Apr 17, 2023
Aug 15, 2023
May 20, 2021
May 3, 2023
Feb 16, 2023
May 9, 2021

Repository files navigation

Armeria+Guice Server Tests codecov

This is an opinionated set of Kotlin/Java components that combine Armeria, Guice and a few other libraries and utilites in a way I think make sense.

You can selectively use the parts you want or add in your own modules and config as desired.

The wiki page has walkthroughs showing how to use the components AG Server Provides.

See the example folder for a simple example. The Dockerfile within also builds the example app

Available on maven central. Example:

dependencies {
    ['base',
    'grpc',
    'redis'
    ].each {
        implementation "dev.angerm.ag_server:${it}:1.5.0
    }
}