Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. web client/server app - what to choose (Miroslav Karpis)
2. Re: web client/server app - what to choose (Ryan Trinkle)
3. Re: web client/server app - what to choose (Vlatko Basic)
----------------------------------------------------------------------
Message: 1
Date: Fri, 28 Feb 2014 15:23:56 +0100
From: Miroslav Karpis <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: [Haskell-beginners] web client/server app - what to choose
Message-ID: <cf365a8c.6c7c%[email protected]>
Content-Type: text/plain; charset="us-ascii"
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140228/c2bce47a/attachment-0001.html>
------------------------------
Message: 2
Date: Fri, 28 Feb 2014 09:29:25 -0500
From: Ryan Trinkle <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] web client/server app - what to
choose
Message-ID:
<cahnepiwbz+-cvxvb9jp+lmovpzb2ea4zt-etuo-t-puc16_...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
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
<[email protected]>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
> [email protected]
> 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-0001.html>
------------------------------
Message: 3
Date: Fri, 28 Feb 2014 18:17:19 +0100
From: Vlatko Basic <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] web client/server app - what to
choose
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140228/1d52323f/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 69, Issue 1
****************************************