Play Framework and AJAX (SPA)

Asked

Viewed 84 times

3

Is it possible to develop SPA with Play? Someone has had this experience and has something to report?

1 answer

3


Play uses sbt as a tool, it has several compilation plugins for SPA, single page application, as compiler javascript minificator Less sacss coffee and for front ent tools like Bower and Grunt. Its default architecture is stateless so it’s easy to develop the API part, it has route configuration and json support, and xml.

I have an application in production being developed for him.

--- soon update with better quality the response and references --

Browser other questions tagged

You are not signed in. Login or sign up in order to post.