Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

AngerM/ag_server

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
    }
}

About

An opinionated integration of Armeria, Guice and other libraries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published