As the title says really… have spent a lot of time building APIs on Nodejs using Express as a base but what is the current best practice frameworks for core langs such as Java, Go & Python?
Super simple and efficient API framework in Java? Javalin<p>-> <a href="https://javalin.io/" rel="nofollow">https://javalin.io/</a><p>-> example of real world use:
<a href="https://github.com/seinecle/nocodefunctions-as-api" rel="nofollow">https://github.com/seinecle/nocodefunctions-as-api</a>