© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
J. BartlettProgramming for Absolute Beginnershttps://doi.org/10.1007/978-1-4842-8751-4_17

17. Working with Remote Services (APIs)

Jonathan Bartlett1  
(1)
Tulsa, OK, USA
 

One of the most fundamental aspects of modern computer programming is writing a program that interacts with servers. JavaScript is primarily a front-end language, meaning that it usually deals with the interactions with the user. There is usually some database or other remote service somewhere where your data is stored, retrieved, or manipulated from. So how do you access these services?

Many if not most modern services are accessed via HTTP/HTTPS requests on the Web (go back to Chapter 3 to ...

Get Programming for Absolute Beginners: Using the JavaScript Programming Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.