Beside C#, I would like to know what other programming language we can use for a Microservice.
What programming language has the most advantages when creating a Microservice?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Alessandro Argentieri
In reality, one of the main advantage of a microservice environment is the fact that the architecture can be language agnostic. So you can equally realise a Java, Scala, Go, Ruby, PHP, Node microservice architecture. The choice would depend on many factor, such as the type of operations/computations, the framework and libraries already available, the IT team technical competences and so on.