net.morimekta.tiny.server.package-info Maven / Gradle / Ivy
/**
* Tiny Server Application wrapper for non-WEB microservices. It is designed to be absolutely minimal but with all the
* essential features of a service running on Kubernetes.
*
* See morimekta.net/utils for procedures on releases. It is managed in the
* same group as the utilities, even though it is a more specialized utility. See
* here for a small example server using gRPC.
*/
package net.morimekta.tiny.server;