kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

make Play-http pluggable #87

Open jorkzijlstra opened 7 years ago

jorkzijlstra commented 7 years ago

It would be an idea to make Play-http pluggable so that you would be able to insert f.i. akka-http instead.

lucianenache commented 7 years ago

That would be awesome, I am curios how different the various web frameworks APIs are if we were to wrap them.

EECOLOR commented 7 years ago

https://github.com/schmitch/play-ws-akka/

jorkzijlstra commented 7 years ago

Had a quick look an it seems that Play-ws is using akka-stream as is akka-http.

lucianenache commented 7 years ago

On going on with this would it be sufficient to provide a trait and then the implementation would just implement it with either play or akka-http, what do you think ?