
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.

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
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@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (3)
-
Miroslav Karpis
-
Ryan Trinkle
-
Vlatko Basic