I'm more like a backend, but the development of the interface really intrigues me when I take the first steps to see the browser as an environment for rich and amazing applications.
What is the most suitable Javascript framework for working with the RESTful HTTP API, in other words, for receiving (HTTP GET) and sending (HTTP POST / PUT / DELETE) JSON representations of resources?
I am looking for a framework (if one exists!) That provides a good abstraction and encapsulation of an HTTP request / response, handles cross-domain and cross-browser problems.
source share