Is it possible to create a hybrid application with AngularJS as the front, and java as a backend?

0

I'm new to front-line programming, especially at AngularJS. So I'm asking you if it's possible to create an app, either with ionic or phonegap, with the angular being front-end and the back-end java without any incompatibility or anything like that?

    
asked by anonymous 13.01.2018 / 23:29

1 answer

2

As said in the comments: yes, it is possible.

You can create so-called REST Services on the backend whatever it is (Java, .NET and etc) and consume them on the front end, and etc.).

When you create a RESTFul API , you abstract technologies for a single information exchange protocol, making the backend and front end work freely without worrying about that the other is doing.

    
15.01.2018 / 12:31