Typing Test is a simple web application to implement WebSocket functionality. The server code is written in Golang.
Use the git clone to download the repository
git clone https://github.com/jassi31/Typing-Test.gitBefore running, make sure you have Go installed in your system.
Click to visit the Installation page
After installing Go, Install the following dependencies
go get github.com/gorilla/websocket
go get github.com/dgraph-io/badger/v2Run the following bash command to start the server. The server will listen for the requests on localhost at port 8000.
go run main.go