WAMP is not a web server. * W * indows * A * pache * M * ySQL * P * HP. Usually the web server does not support language support. They either have modules, and apache, like mod_php, mod_python, mod_passenger, etc. For nginx there is no module there, you will need standalone fastCGI or PHP-FPM.
Thus, in principle, nginx can support any language with the available fastCGI or fastCGI interface.
source share