marregui / kotlin-koans

My own little project to keep my kotlin skills sharp, as well as to have fun in my own time.
Apache License 2.0
0 stars 0 forks source link

Add Nanoservice #30

Closed marregui closed 4 years ago

marregui commented 4 years ago

Nanoservice is a smaller footprint version of a microservice, where no Spring use is allowed (it is heavy). Still, a client and a service, along with the ipc protocol must be provided.

In reference to https://github.com/marregui/kotlin-koans/issues/14

marregui commented 4 years ago

LGTM