Skip to content

davi17g/http3-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

http3-example

Simple http/3 Client/Server implementation example written in golang

Getting Started

Prerequisite

In order to run this example you need to Generate SSL Certificate files. SSL file generation example can be found in quic-go repository.

Run

Server:

  • Navigate to server directory: cd server
  • Build: go build
  • Execute: ./server --addr <ip-address> --port <port> --cert <certificate-file-path> --key <private-key-file-path>

Client:

  • Navigate to client directory: cd client
  • Build: go build
  • Execute: ./client --addr <server-address> --port <server-port> --keys <certificate-authority-file-path>

About

Simple Http/3 Client/Server example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages