https://github.com/soorajshankar/hasura-multi-subscriptions
https://github.com/soorajshankar/hasura-multi-subscriptions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soorajshankar/hasura-multi-subscriptions
- Owner: soorajshankar
- License: mit
- Created: 2023-06-16T08:21:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:05:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T04:11:51.539Z (5 months ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Setup
1. Create a table called sss or modify the query in subscriptions.jsx (table should only have a coloumn "id" )
2. pass the correct admin secret on link.js
3. to add more subscriptions modify the following from index.js``` {[...Array(100).keys()].map((id) => (
))}```
4. Note: this setup may not be apt for load test - as there is a UI dependancy
How to Run
npm install
npm start