Skip to content

Visitor Counter in Go Web Server

This app is a visitor counter that counts the number of visitor views since the server is started.

Getting Started

git clone https://github.com/lulunac27a/counter-app-go
cd visitor-counter
go run visitor-counter.go

Open localhost:8080 in your browser.