Compile and Run dynamic C++ code inside react native app
I have a react native application for android, where i want to give user the capability of writing c++ code inside a code editor and then compiling and executing to show the output. I don’t want to use a external service or server for compiling code as I don’t have any platform where I can deploy production ready server without read-only environment at free of cost. There are some platforms that offer deploying with limited resources for free but I want a permanent solution free of cost. So that’s why I want to execute it within the app itself.