Want to advertise a light-weight server microframework for HTTP services we've been using in production for over a year: Jooby.
1.x has been around for many years and to my mind has a great balance between noninvasiveness (you can easily move off jooby as a framework should you decide to do so), productivity and lightness, but still with great basic feature set. It also has a nice Kotlin DSL for HTTP routes. Tastefully built in my opinion, and you go for a more annotation/injection free style of programming for microservices where application logic code can be given a greater focus because the rest "never gets in the way". Good set of plugins for common use cases.
Now 2.x is under development, and a notable feature is Kotlin coroutine support
1.x: https://jooby.org/ (We've been using it for over a year in production)
2.x: https://jooby.io/ (Now with Kotlin coroutines)
❤️ 1
👎 2
👍 2
👏🏾 1
🚓 5
rrva
02/28/2019, 9:29 PM
Why the thumbs-down? Cross-post in #coroutines ? Sorry for that
d
david-wg2
03/01/2019, 7:34 AM
should be in #feed probably, this channel isn't meant for advertisement
👍 2
i
ienoobong
03/01/2019, 11:54 AM
I really really do love Jobby. Very well done!
n
niklas
03/02/2019, 9:45 AM
I have used it in the past as well and found it enjoyable to work with 👍
r
rrva
03/02/2019, 1:45 PM
I'm not a developer of Jooby, just a happy user. Thought this fits in both #server and #coroutines. Hope some people try it out to see if they agree.