JavaScript Fundamentals: An Introduction to REST APIs

added by JavaScript Kicks
11/9/2019 2:21:00 PM

1543 Views

REpresentational State T ransfer (REST) is an architectural style that handles the client-server relationship, with the purpose of aiming for speed and performance by using re-usable components. REST as a technology was introduced into the world in a 2000 doctoral dissertation by Roy Fielding.


0 comments