Tagged Questions

0
votes
2answers
86 views

Recommended communication pattern for web frontend of command line app

I have a perl app which processes text files from the local filesystem (think about it as an overly-complicated grep). I want to design a webapp which allows remote users to invoke the perl app by ...