Welcome to the Linux Foundation Forum!

Why worker application is .Net while run in Java

Options

Hello,
I'm referring to example-voting-app in GitHub and mentioned in course in chapter 9: Mini Project 1

The diagram is showing the worker application as .Net and it contains src/Worker directory having some .Net code
While the same folder is having Java code, and we are using maven to build and Java to run.

Appreciate your clarification.

Answers

  • gouravshah
    gouravshah Posts: 139
    Options

    Worker application comes in two different flavours, Java as well as .Net. While the official repo, when created used .NET version, for our course and the labs, we use the Java app, which is used by a much wider audience in my experience. You could however also use .net version and update instructions accordingly.

Categories

Upcoming Training