On Tuesday, September 13, 2016 at 2:57:42 PM UTC+1, Matt Hughes wrote: > > I'm just playing around and don't want to learn another language at the > moment, so although I'd like to look at Elixir/Phoenix, or F#, or Haskell, > or Scala, I'm using Java via Dropwizard. > > http://www.dropwizard.io/1.0.0/docs/ > > If you already know Java, it's a fairly lightweight (for Java) way to get > a backend up and running. >
Yes, DropWizard + Java for me too. I prefer it to SpringBoot because you stick all the building blocks of your application together in code so can see exactly what is going on. Sometimes SpringBoot fails to construct your application and there is so much 'magic' going on its hard to figure out why. -- 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.
