Paulo An important use case is when packaging your app in a container for deployment in Kubernetes or Google Cloud Run, for e.g.. Compared to an app written in Php where you have to package the framework code into the container, the same app rewritten in Go reduces the size by a huge amount as the only thing you need to include in a scratch base image is the binary plus some certificates.
Also, the memory requirement to run the app is much less. One of my app's size was reduced from 600Mb(php) down to 20Mb(Go)!! Also, memory requirement reduced from 1024Mb to 128Mb on Google Cloud Run, thus saving a lot of money! Merson On Friday, February 4, 2022 at 11:51:26 AM UTC+11 pauloaf...@gmail.com wrote: > Hi all. > > I hope you are well. > > What are the main use cases for traditional web applications (I mean > non-SPA) development with Go? In other words, in a world of Single Page > Applications (SPA) and its frameworks (such as Angular, React, Vue, so on) > where does Go have space? > > Best regards. > Paulo. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/26019f16-53b7-486d-9d7f-fc289bceb35en%40googlegroups.com.