in reply to Re^6: Perl microservice framework
in thread Perl microservice framework
Both Catalyst and Mojolicious can be used to implement REST style microservices. These are also the safest bets in terms of community/support. Plack is a lower level web framework, really meant for authors of web frameworks, rather than application developers.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Perl microservice framework
by LanX (Saint) on Dec 27, 2024 at 14:16 UTC | |
| |
Re^8: Perl microservice framework
by mvanle (Acolyte) on Dec 27, 2024 at 22:16 UTC |