In informatica parlando dei microservizi si pensa spesso a Docker & Kubernetes. In contesti dove contano le performance e il budget è limitato diventa fondamentale approfondire i framework sui quali vengono scritti i servizi stessi. Nel link, un interessante articolo che compara le performance raggiunte da .NET Core VS Python e PHP. Come ci si aspetta, i linguaggi compilati hanno sempre performance imbattibili, nonchè una notevole rapidità di scrittura del codice grazie a IDE maturi come Visual Studio.
When dealing with #microservices we almost think of #Docker & #Kubernetes. Anyway, in contexts where performance and budget matters, the right framework becames crucial. Have a look at this interesting comparison between .NetCore VS Python VS PHP. As expected, compiled languages overbeat others in terms of performance and development time.