JavaScript is the standard language for web application frontends, the basis for frameworks like React and Vue. It would therefore make sense to automatically choose a JavaScript framework for the API layer, right?
Not necessarily. An enterprise might use Java Spring Boot to build business logic-heavy microservices. A .NET backend in C# could make a lot of sense if you...