I'd like to receive the result after receiving the source code and executing it on the server.

Asked 2 years ago, Updated 2 years ago, 39 views

As the title says
I'd like to receive the result after receiving the source code and executing it on the server.

The server is ubuntu 14.04 and I want to develop it as nodejs.

I can't even search because I don't have enough knowledge Can you tell me the keywords or methods for searching?

node.js ubuntu

2022-09-22 08:28

1 Answers

You seem to be developing a function similar to the code executor above.

Simply enter the source code from the Node.js server on Linux, compile and run Java, and return the results.

However, if Java contains code that destroys the Linux server, there is a risk that the server might reach out. So it's safer if you run Docker on Linux and turn the code inside Docker to get the results.


2022-09-22 08:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.