JAVA Rest API and angular JS

Well, here is my 5 cents,

Angular js is UI Framework and it should be mounted in HttpServer (node js?)

Where as Java is backend and you need to expose it as Webservice and host in web server.

I think you are using REST to consume your service in UI.

Leave a Comment