GoLang Simple HTTP Web Server | Beginners Tutorial



GoLang Simple HTTP Web Server | Beginners Tutorial

GoLang Simple HTTP Web Server | Beginners Tutorial

This video covers introducing setting up a simple HTTP web server in Go! We will set up a couple endpoints are return a string, HTML, and JSON. We will touch on the basics of the http package to include the HandleFunc and ListenAndServe methods. We will also go over a little bit about structs.

Sorry about the phone, I was using it as a timer and it was right next to the microphone. I’ll be sure to move it and put it on airplane mode!

💻 Programming Laptop
https://kit.co/nerdcademy/framework-laptop

🎥 My Video Kit
https://kit.co/nerdcademy/my-video-kit

🖥 Video Editing PC
https://kit.co/nerdcademy/m1-mac-mini-setup

All code found in this video will be at:
https://github.com/NerdCademyDev/golang

Comments are closed.