I have .Net MVC Web Application and I need Json Result from GoLang[github] project. How can I execute command or How can I get result from Go to .Net MVC application.
Is it Possible? I am new in "Go".
If it is impossible to call "go run main.go" [kind of calling] from Web Application, then please suggest any other solution to get result.
I think you can use processstartinfo. Another way would be to use docker. If you have access to dockerd
you can make an API call to start a new docker container and make the container stream the output once it's done.