Skip to content

jassi31/Typing-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Typing Test

Typing Test is a simple web application to implement WebSocket functionality. The server code is written in Golang.

Installation

Use the git clone to download the repository

git clone https://github.com/jassi31/Typing-Test.git

Before 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/v2

Usage

Run the following bash command to start the server. The server will listen for the requests on localhost at port 8000.

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published