Skip to content

Key Counter in Go Web Server

This app is a key counter that counts the number of keys pressed using the HTTP POST request to send data to the web server. It counts the number with square number and triangular number, square number is number times number and triangular number is number times (number plus one) divided by two.

Getting Started

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

Open localhost:8080 in your browser.