Does anyone have some nice microservice example co...
# server
q
Does anyone have some nice microservice example code? :D if it has an api gateway it would be great to look through. My masters degree paper is about micro services in distributed systems and I’ll make an example app in kotlin :D
j
You can find Kotlin implementations of REST services here: https://github.com/gothinkster/realworld#backends and here http://www.todobackend.com and I would recommend you my own implementations simple smile: https://github.com/hexagonkt/real_world, https://github.com/hexagonkt/todo_backend and there are more examples here: https://github.com/hexagonkt
👍 2
q
Tyvm , I’ll take a look :D
v
I mostly use vertx with Kotlin and Coroutines for my backend work try vertx.io and see if you like it. It’s a reactive event driven asynchronous toolkit and also one of the fastest jvm toolkits/frameworks atm. It’s modular so pick what you need to implement your applications