https://kotlinlang.org logo
#ktor
Title
h

Hawk

11/03/2017, 5:49 PM
If only that was an option 🙂
👍 1
d

dave08

11/04/2017, 8:53 PM
@hawkkroeger You might look into Vert.x, it's supposed to have async db access and even http client, and 3.5 has basic Coroutine support. You don't have to use the framework, you can still use ktor, and just use pieces of Vert.x you need...
Also, might not be related, but you could look into Docker Swarm, there's a great book called DevOps 2.1 that got me going with scaling microservices with docker...
h

Hawk

11/07/2017, 4:47 AM
Thanks for the info, I've played with Vertx before, not a bad system. As for docker we use it for our development services, I've entertained the thought of doing some ECS work in AWS. But I've had really good success with AWS's elb/alb, asg,ec2 platform. One of the best offerings aws has imo.
That and Aurora
2 Views