I am new in Angular.js
, and just learning it.
I am looking on $http
service to send AJAX
request.
I got three ways to send AJAX
request form Angular.js
.
These are here
AJAX
calls via the$http
service.JSONP
calls via the$http
service.REST
type calls.
Actually I am getting confuse to these three process, that which is better for me to use.
Which will be more efficient and reliable for me to implement it in my project?
My main aim to make it high throughput.
Any suggestion will be helpful for me.