I have couple of questions related to building high-scalable REST-API is scala domain.
- What is the recommended way of building high-scalable REST-API , spray.io or PLAY2-MVC
- Since Spray.io is getting converted to Akka-http, we have double mind on using the spray-library
- Is Play.MVC.Controllers actor based system, coz I don;t see actor reference in the class
trait Controller extends Results with BodyParsers with HttpProtocol with Status with HeaderNames with ContentTypes with RequestExtractors with Rendering
Thoughts please