0

From the question here, There are two external libraries to use for http operation. It seems that dispatch has more visibility while scalaj-http is easy to use as stated there. Thus, I am more inclined toward scalaj-http. I want to use the http library in google app engine, where there are restraints. For standard Java, there is a work around for it from here. I would like to get advice on what would be the best approach to use Scala in Google app engine(this is not for Lift framework).

Community
  • 1
  • 1
Win Myo Htet
  • 5,377
  • 3
  • 38
  • 56

1 Answers1

3

I personally am very happy with Dispatch. There are several executors, including one for App Engine, dispatch-gae.

pr1001
  • 21,727
  • 17
  • 79
  • 125