-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
It may be useful to have some brief description on the page. Smth like a brief explanation on how to create the connection, e.g.
const ws = new WebSocket(`ws://${window.location.host}`);
ws.onopen = () => {};
ws.onmessage = () => {};
Perhaps, make an expandable instructions from https://github.com/21-23/wsc#solving-the-challenge to not switch between tabs.