matthiasries / perl-under-pressure

Test your Perl knowledge online.
1 stars 0 forks source link

web framework #11

Open mudler opened 10 years ago

mudler commented 10 years ago

I think we let's discuss what web framework to use to ship all of this, i suggest Mojolicious :)

matthiasries commented 10 years ago

the question is "do we need a framework" at all? Because of the use of perlito we can serve a precompiled html and javascript and don't need a serverside solution. Perlito (https://github.com/fglock/Perlito) is a perl-compiler. Perlito.js is the javascript version of Perlito bootstraped by perlito it self. It's not complete perl compiler but it's far enough to do the most of the basic stuff.

For example. You can open/download this page (http://perlcabal.org/~fglock/perlito5.html) on your PC, go offline and it still run own code snippets.

Just to say the engine is working, we need just to polish it up and it would be ready to run. It would even be possible to host a working version on github itself ^^

mudler commented 10 years ago

Ok, you are right, light it's better: my thoughts gone to something more complex :D