/basic-go-web-server

⏯ Video 'Learn Go Programming' for freeCodeCamp

Primary LanguageGo

basic-go-web-server

First exercise of the freeCodeCamp video about Learn Go Programming by Building 11 Projects – Full Course

  1. Build A Simple Web Server With Golang

Project Structure Image

go-webserver

Run Project:

$ go run main.go

Access pages in browser:

1. http://localhost:8080/
2. http://localhost:8080/hello
3. http://localhost:8080/form.html