Skip to content

Zmey56/wisdom-tcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word of Wisdom TCP Server

This project is a TCP server with DDoS protection using Proof of Work (PoW) and provides random quotes.

Project Structure

  • cmd/server: server entry point and its Dockerfile.
  • cmd/client: client entry point and its Dockerfile.
  • pkg/pow: Proof of Work implementation.
  • pkg/wisdom: random quotes.
  • internal/server: server logic.
  • internal/client: client logic.

Running the Project

make build-server
make build-client
make run-server
make run-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors