What are people’s favorite Kotlin/Java libraries for providing HTTP/REST APIs?
s
Shawn
06/13/2019, 5:15 PM
#C0A974TJ9#CB2MT3VFC#C0B8ZTWE4#C1NH36VV0#CDQF87V4N
also, Spring Boot and DropWizard are pretty popular. #C0B8RC352
j
jaguililla
06/13/2019, 5:17 PM
The previous ones are awesome... But if you want to check a not mainstream one, you can try http://hexagonkt.com (disclaimer: I'm the author)
jaguililla
06/13/2019, 5:17 PM
If you like it, you can join #C6U8CA8SX
m
Mike
06/13/2019, 8:18 PM
A really new, and lightweight one to checkout is https://quarkus.io. GraalVM and VERY fast. Java/Kotlin. Depends on your use case more than anything else as they all have pros/cons
n
napperley
06/13/2019, 8:20 PM
DropWizard is mentioned as a option however it isn't as widely used as Ktor, Spring, and Vert.x on the Kotlin side.