Skip to main content

Building HTTP Servers

  • Chapter
  • First Online:
Go Recipes
  • 1764 Accesses

Abstract

Go is a general-purpose programming language that can be used for building variety of applications. When it comes to web programming, Go is a great technology stack for building back-end APIs. Go might not be an ideal choice for building conventional web applications where the web application performs UI rendering using server-side templates. When you build RESTful APIs for powering back-end systems for a variety of systems including web front-end, mobile applications, and many modern application scenarios, Go is the finest stack. Some of the existing technology stacks are good for building lightweight RESTful APIs, but these systems eventually fail when the HTTP requests have CPU-intensive tasks and the APIs are communicating with other back-end systems in a distributed environment. Go is an ideal technology stack for building massively scalable back-end systems and RESTful APIs. In this chapter, you learn how to build HTTP servers for building your back-end APIs.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Shiju Varghese

About this chapter

Cite this chapter

Varghese, S. (2016). Building HTTP Servers. In: Go Recipes. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-1188-5_7

Download citation

Publish with us

Policies and ethics