Building a microservice in Perl
Posted on February 28, 2021. Filed under: Uncategorized | Tags: api, author:mjgardner, cpan:mojolicious, microservice, openapi, perl, r/perl, reddit, rest, swagger |
A microservice can be thought of as the distributed computing implementation of the Unix philosophy of “Do one thing and do it well.” Usually modeled around specific business domains, a well-designed set of microservices each have their own lifecycle and communicate with each other and with consuming applications via technology-agnostic protocols like HTTP. A series […]
Read Full Post | Make a Comment ( Comments Off on Building a microservice in Perl )