directory
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 3, 2024
License: MIT
Opens a new window with license information.
README
¶
Chat Example
To use WebTransport
This example supports WebTransport. To use it:
cd server
# Generate self signed certificates
openssl req -new -x509 -nodes -out cert.pem -keyout key.pem -days 720
go run .
On another shell:
cd client
# Notice that "https" is used as the URL scheme.
go run . -u william -c "https://127.0.0.1:3000/socket.io"
Directories
¶
Click to show internal directories.
Click to hide internal directories.