Has anyone written code that allows Javascript to communicate with mod_wsgi using Ajax? I'm looking for a very simple example that I can build off of (e.g. uppercase a string and return it).
The examples that I've seen use PHP/ASP. When I substitute wsgi for 'php' or 'asp', the program fails with a syntax error.
I've spent 2 days searching for example code but so far I've been unsuccessful.
I don't know php/asp and I don't want to add another language to the system if at all possible.
I'd appreciate any help you can offer. Thank you.