June 2022
Intermediate to advanced
410 pages
5h 8m
English
You’ll eventually want to release your Node.js web app to the world. Deployment options have grown exponentially since the runtime was released in 2009. This chapter describes general types of production hosting, with links to appropriate companies, but the range of services and prices changes daily.
Many readers of this book will be familiar with PHP—the world’s most-used web programming language. WordPress alone runs almost half of all websites. A PHP application consists of .php files that are interpreted by the PHP runtime when they’re accessed via a server such as Apache. HTML or data is then returned to the user’s browser.
The following points are important to note:
Each ...
Read now
Unlock full access