July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
Now that you’ve learned how to develop a web application with Go, the next logical step is to deploy it. Deploying web applications is quite different from deploying other types of applications. Desktop and mobile applications are deployed on the end users’ devices (smart phones tables, laptops, and so forth) but web applications are deployed on servers that are accessed through a client (usually a browser) on the end users’ device.
Deploying Go web apps can be simple because the executable program is compiled into a single binary file. Also, because Go programs can be compiled ...
Read now
Unlock full access