(Courtesy xkcd: Interblag)
Just about all software projects are now Internet-based, either web applications (those that produce HTML that is shown via a browser like Firefox) or web services (those that connect via JavaScript in the browser or through mobile apps, like those on Android and iOS devices).
This chapter is devoted to learning about the concepts and some code related to web applications and web services.
Web 101
Server: The computer ...