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

Implement a nanoservice #14

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.