[Haskell-beginners] web client/server app - what to choose

Ryan Trinkle ryan.trinkle at gmail.com
Fri Feb 28 14:29:25 UTC 2014


Hi M.,

At skedge.me, we use Snap, and we've been very happy with it.


Ryan


On Fri, Feb 28, 2014 at 9:23 AM, Miroslav Karpis
<miroslav.karpis at gmail.com>wrote:

> Hi, please can you help me with following:
>
> I would like to make a server/client web app, but I'm not sure what
> packages/modules would do the best. I did several client/server
> applications not in Haskell, where I have used REST (JSON) API as a
> communication between client and server. In Haskell I'm not sure what would
> be best, but for future use most probably also REST/JSON would be best.
>
> Server will do some realtime mathematical calculations . After its done it
> will send to client results. Client will visualize the results via
> WebGL/Threejs.
>
> I was thinking about Snap for server but for client I'm not really not
> sure.
>
> Any ideas/comments more than appreciated ;-)
>
>
> Cheers,
> M.
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140228/eb9dcc48/attachment.html>


More information about the Beginners mailing list