If you want to give this a try https://hackage.haskell.org/package/servant-server
which promises to make server/client traffic typesafe. I think a lot of people are probably wondering how well it works, especially for those of us who new to web programming. We have tried Snap (using snaplets, postgres and SSL) and have not been able to make it work without mysterious “hardware” and other exceptions when under load. So I cannot recommend that, although it sounds great when you read the intro. > On Oct 4, 2016, at 2:59 PM, Duane Johnson <[email protected]> wrote: > > If you like the Elm way, you'd probably like it's dad, Haskell. Here are some > Haskell server options: > > https://wiki.haskell.org/Web/Servers <https://wiki.haskell.org/Web/Servers> > > I've Yesod and Warp are good, but haven't used them (I'm using a nodejs > backend right now). > > > On Tue, Oct 4, 2016 at 12:33 PM, Janis Voigtländer > <[email protected] <mailto:[email protected]>> wrote: > Have you searched in the mailing list archive? Your question is a recurring > one. It already has answers. > > Am 04.10.2016 um 19:49 schrieb Bulat Shamsutdinov > <[email protected] <mailto:[email protected]>>: > >> Hello everyone! >> >> I'm an experienced developer but newbie in web. I chose to learn Elm in >> order to avoid all the complexity with JS and it's ecosystem (learned JS and >> Node on a decent level and feel like I don't want to touch it ever again >> without a great need). >> >> Is there something as good for the back-end? It would be great to use >> something opinionated, light, simple and functional maybe. >> >> I learned myself some Golang and it is ok, I learned Node and it is not ok. >> Are there any "Elm-way" options (maybe not with the language itself but with >> the same philosophy)? >> >> If there was no one to ask I would go with Golang, but there is) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Elm Discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <mailto:[email protected]>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
