Skip to content

Commit

Permalink
Updated docs/installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 11, 2024
1 parent c0171a9 commit 8a8cb4e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,3 @@ docker compose -f docker-compose.staging.yml up -d
```
docker compose -f docker-compose.prod.yml up -d
```

## Connect to the Secure WebSocket Server

Open a console in your favorite browser and run the following commands:

```
const ws = new WebSocket('wss://chesslablab.net:8443');
ws.send('/start classical fen');
```

0 comments on commit 8a8cb4e

Please sign in to comment.