in reply to Re^2: Perl microservice framework
in thread Perl microservice framework

Spring Boot is much more than just REST (or "microservices"), but consider Catalyst, e.g. Update: On the other hand, Mojolicious has good support for REST out of the box.

E.g. Mojolicious::Routes::Route - get/post/put/delete/patch/options are all there. JSON is also supported, though not in the automatic way that Spring Boot can do.