Golang is a good option for enterprise applications?

Does anyone know if golang is being used for the development of enterprise applications, ERP style, or of the same nature?

That would be a good idea, compared to RAD tools, due to the speed of changing business rules?

Thanks for opinions.

golang is mostly a backend language. that mean you need a front end for your application. a RAD environment basically bring together the backend and the front end so is more productive. also, for database applications RAD environments have controls easy to link with database tables, charts, reports and more. for golang applications you need to use various frameworks and libraries at front end level. and this is very hard if we talk about an ERP.
but golang applications have more other advantages than classic visual applications like portability, scalability and concurrency. is a good investment on long term.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.