This isn't associated with any specific programming language, although I'm planning to use C++ with CGI, if you care to know.
Is it possible to use CGI on a web server on Repl.it? If so, how? Can anyone set up a basic example? My major problem is that I don't know how to do this on Repl.it, as opposed to my personal computer, although, I've yet to do this at all.
How to use CGI in a web server on Repl
This isn't associated with any specific programming language, although I'm planning to use C++ with CGI, if you care to know.
Is it possible to use CGI on a web server on Repl.it? If so, how? Can anyone set up a basic example? My major problem is that I don't know how to do this on Repl.it, as opposed to my personal computer, although, I've yet to do this at all.
Is this possible using a NodeJS Repl?
I have found a Node JS CGI extension, but it uses JavaScript, so it's not just running an executable. Thus it was as useful as EJS, if not less.
I was going to attempt to eventually create a C++ server, would it be possible to do this without going though an extreme amount of work?