Shieldfire writes:
> On fre, 2014-07-18 at 18:23 +1000, Ben Finney wrote:
> > So, if by “slap a GUI onto” you mean something that is a no-frills
> > plain-HTML form, with essentially no assistance for the user and no
> > error handling, this will be a lot simpler to implement than
> > something e
On fre, 2014-07-18 at 18:23 +1000, Ben Finney wrote:
> Martin S writes:
>
> > a/ What is the "easiest" way of putting a web interface on this CLI
> > application. I've been looking at various web frameworks but that
> > seems pretty much targeted more towards larger projects. Not "slapping
> > a
Martin S writes:
> a/ What is the "easiest" way of putting a web interface on this CLI
> application. I've been looking at various web frameworks but that
> seems pretty much targeted more towards larger projects. Not "slapping
> a gui" on a cli application.
> Any pointers and suggestions appreci
My little newbie app is now coming along nicely. It calculates both
LASK and Elo ratings for chess, so basic functionality is pretty much
complete for my needs.
Now,
a/ What is the "easiest" way of putting a web interface on this CLI
application. I've been looking at various web frameworks but tha