Skip to content

Eric-Lighthall/go-tls-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tls-server-client

Basic Go TLS client-server implementation.

Running the Server and Client

Assuming you have Go installed:

  1. Open a terminal and navigate to the project directory:

cd path/to/go-tls-echo

  1. To run the server:

go run cmd/server/main.go

  1. Open another terminal, navigate to the same project directory, and run the client:

go run cmd/client/main.go

Make sure to run the server before the client.

About

Basic Go TLS client-server implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages