Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 544 Bytes

File metadata and controls

25 lines (19 loc) · 544 Bytes

webtransport-go-chat

Requirements

  • go 1.21

Usage

  • clone this repo
git clone https://github.com/nazo/webtransport-go-chat.git
  • Follow the installation instructions of mkcert
  • create localhost.pem and localhost-key.pem
cd webtransport-go-chat
mkcert -install
mkcert localhost
  • (Google Chrome) Enable WebTransport Developer Mode

    • chrome://flags/#webtransport-developer-mode
  • run go run main.go

  • open index.html