Web Programming in Go: Creating a Go Web Server

Go    |    Beginner
  • 12 videos | 59m 44s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 24 users Rating 4.5 of 24 users (24)
In the Go programming language (also known as Golang), the net/http library is used for creating web servers that receive requests and send responses. In this course, you'll learn how to create a Go web server. First, you'll explore the Go net/http package and how to create a basic Go web server, including how to serve files using HTTP. You'll also examine how to work with Go handlers, including working with multiple handlers and chaining handlers. Finally, you'll learn about ServeMux and DefaultServeMux and how to implement routing using the httprouter library.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Describe the purpose and features of the go net/http package
    Build a basic go web server using the net/http package
    Demonstrate how to serve files with http using go
    Describe handlers and handler functions in go
    Demonstrate how to implement handlers and handler functions in go
  • Demonstrate how to handle and process requests with multiple handlers
    Describe chaining handlers and handler functions
    Demonstrate using the servemux and defaultservemux handlers in go
    Describe the purpose and features of the go httprouter package
    Demonstrate how to implement routing using the httprouter package
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.4 of 25 users Rating 4.4 of 25 users (25)
Rating 4.0 of 2 users Rating 4.0 of 2 users (2)
Rating 4.7 of 19 users Rating 4.7 of 19 users (19)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 107 users Rating 4.5 of 107 users (107)
Rating 4.5 of 22 users Rating 4.5 of 22 users (22)