Tagged Questions
2
votes
1answer
336 views
Best practice in designing a web app user activities logging?
We have a web e-learning type system, and for this project, I am supposed to design an activities logging feature for the whole system so we can track down their daily activities and perhaps help them ...
0
votes
2answers
83 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 ...