shonorio has asked for the wisdom of the Perl Monks concerning the following question:
The brasilian PM groups are talking to build one kind of pseudo-interactive-perl-shell by web. The idea behind this pseudo-shell-interactive is to create e-learning course of Perl, where students will could do classes exercises direct on her/his web browser. Our first course will be PerlIntro.POD translated to e-learning course.
We think this could be very nice for Windows users, and for someone that just would like try Perl.
Well with this idea, now we are talking how to implement this on real world, and divided this implementation on 2 possible technology, as :
* Server-side
Where we will use a web browser (with JavaScript+AJAX) just to get the user command and run this command on Perl instance install at server.
Here we are afraid about security at server (there is a way to run this remote code in a safe way at server ?) and how big will be server to run many interactive users ?
* Client-side
Where we will use a web browser to work as pseudo-shell-interactive, embedding Perl on a Java Applet or other stranger technology.
I would like help to figure-out one good way to implement this pseudo-interactive-perl-shell by web, or just say "Don't waste time with this stupid idea :( !!!".
Thanks,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Hands-on of Perl by Web
by jpeg (Chaplain) on May 03, 2006 at 23:03 UTC | |
by Fletch (Bishop) on May 03, 2006 at 23:15 UTC | |
by Cap'n Steve (Friar) on May 04, 2006 at 03:28 UTC | |
by bioMan (Beadle) on May 04, 2006 at 21:24 UTC | |
by shonorio (Hermit) on May 04, 2006 at 11:24 UTC | |
Re: Hands-on of Perl by Web
by BUU (Prior) on May 03, 2006 at 23:22 UTC | |
by shonorio (Hermit) on May 04, 2006 at 11:34 UTC | |
by BUU (Prior) on May 04, 2006 at 23:29 UTC | |
Re: Hands-on of Perl by Web
by cdarke (Prior) on May 03, 2006 at 23:19 UTC | |
by shonorio (Hermit) on May 04, 2006 at 11:30 UTC | |
Re: Hands-on of Perl by Web
by TedPride (Priest) on May 04, 2006 at 05:10 UTC | |
by shonorio (Hermit) on May 04, 2006 at 11:46 UTC |