Want to advertise a light-weight server microframe...
# server
r
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
Why the thumbs-down? Cross-post in #coroutines ? Sorry for that
d
should be in #feed probably, this channel isn't meant for advertisement
👍 2
i
I really really do love Jobby. Very well done!
n
I have used it in the past as well and found it enjoyable to work with 👍
r
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.