<p>Go, the open-source programming language originally developed at Google, makes it easy to build simple, reliable, and efficient software. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Its concurrency mechanisms, coupled with modern har
Web Development with Go: Building Scalable Web Apps and RESTful Services
β Scribed by Shiju Varghese
- Publisher
- Apress
- Year
- 2016
- Tongue
- English
- Leaves
- 300
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web Development with Go will teach you how to develop scalable real-world web apps, RESTful services, and backend systems with Go. The book starts off by covering Go programming language fundamentals as a prerequisite for web development. After a thorough understanding of the basics, the book delves into web development using the built-in package, net/http. With each chapter you'll be introduced to new concepts for gradually building a real-world web system. The book further shows you how to integrate Go with other technologies. For example, it provides an overview of using MongoDB as a means of persistent storage, and provides an end-to-end REST API sample as well. Developers looking for a full-fledged web development framework for building web apps will be introduced to Beego. The book then moves on to demonstrate how to deploy web apps to the cloud using the Google Cloud platform. Finally, the book introduces Docker, a revolutionary container technology platform for deploying containerized Go web apps to the cloud.
π SIMILAR VOLUMES
Apress, 2016. β Code Only. β ISBN: 978-1-4842-1053-6.<br/> <br/><strong>ΠΠΎΠ΄ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² ΠΊ Π²ΡΠ»ΠΎΠΆΠ΅Π½Π½ΠΎΠΉ Π·Π΄Π΅ΡΡ ΠΊΠ½ΠΈΠ³Π΅ Π² ΡΠΎΡΠΌΠ°ΡΠ΅ <a class="object-link fpm" data-file-id="1854673" href="/file/1854673/">PDF</a>, <a class="object-link fpm" data-file-id="1854674" href="/file/1854674/">EPUB</a>.</strong><div clas
REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs. .
<p><b>Explore the necessary concepts of REST API development by building few real world services from scratch.</b></p><h4>Key Features</h4><ul><li>Follow best practices and explore techniques such as clustering and caching to achieve a reactive, scalable web service</li><li>Leverage the Gin Framewor