Play Framework and AJAX (SPA)

3

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

    
asked by anonymous 12.11.2014 / 17:26

1 answer

3

The game uses sbt as a tool, it has several compilation plugins for SPA, single page application, as lesser javascript compiler for javascript compiler and for front ent tools like bower and grunt. Its architecture by default is stateless so it's easy to develop the API part, it has route configuration and json support, and xml.

I have a production application being developed for it.

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

    
12.11.2014 / 17:44