September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you’ll learn what web services are and the different types of web services that you can create.
In the previous chapter, we showed you how to implement a web server using Node.js. Web services, on the other hand, are special server-side services that provide their own interfaces over the web, as shown in Figure 16.1.
Figure 16.1 Web Services Provide the Interface to Services on the Server Side
Complex web applications sometimes use different platforms and programming languages on the server side. So, quite possibly some individual parts or components of a web application are ...
Read now
Unlock full access