Skip to content

Instantly share code, notes, and snippets.

View juan-s10's full-sized avatar

Juan Saavedra juan-s10

View GitHub Profile
# Load-Test Subscriptions Script (`index.cjs`)
## How to run (quick start)
1. **Install dependencies**
From the folder containing `index.cjs` (the required packages are declared at the top of the file):
```bash
npm i graphql-ws ws dotenv
```