<div dir="ltr">I wrote a package to turn Hack applications into standalone apps using Webkit. The code is available at <a href="http://github.com/snoyberg/hack-handler-webkit">http://github.com/snoyberg/hack-handler-webkit</a>. However, it&#39;s currently Linux-only. However, if I was going to write a desktop app based on an HTML GUI, I would bundle Webkit like this. It fixes such annoyances as &quot;I closed the window but the program is still running.&quot;<br>
<br>Michael<br><br><div class="gmail_quote">2010/1/10 Günther Schmidt <span dir="ltr">&lt;<a href="mailto:gue.schmidt@web.de">gue.schmidt@web.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone,<br>
<br>
as probably most people I find the GUI part of any application to be the hardest part.<br>
<br>
It just occurred to me that I *could* write my wxHaskell desktop application as a web app too.<br>
<br>
When the app starts, a haskell web server start listening on localhost port 8080 for example and I fire up a browser to page localhost:8080 without the user actually knowing too much about it.<br>
<br>
Is that a totally stupid idea?<br>
Which haskell web servers would make good candidates?<br>
Are there any *continuation* based web server in haskell, something similar to Smalltalk&#39;s Seaside?<br>
Is Hyena continuation-based?<br>
<br>
Günther<br>
<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br></div>