README ¶ quic-chat A simple chat that works over QUIC. Running Server Generate a set of private and public keys: openssl genrsa -out server.key 2048 openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650 Run the server: go run ./cmd/server Running Client Run the client: go run ./cmd/clinet [-s <ServerAddress>] -n <Nickname> Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd client server internal chat Click to show internal directories. Click to hide internal directories.