quic-chat

module
v0.0.0-...-bcb826e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2022 License: MIT

README

quic-chat

A simple chat that works over QUIC.

Running Server

  1. 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
  1. Run the server:
go run ./cmd/server

Running Client

Run the client:

go run ./cmd/clinet [-s <ServerAddress>] -n <Nickname>

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL