Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate limits #43

Open
ScoobyDid opened this issue Oct 30, 2024 · 0 comments
Open

Rate limits #43

ScoobyDid opened this issue Oct 30, 2024 · 0 comments

Comments

@ScoobyDid
Copy link

ScoobyDid commented Oct 30, 2024

Hey, first of all thank you for this awesome library. It is by far the best out of open source network speed test js libraries.

I just have a question: i have a web app where i need to measure user upload speed live, in total, i need to run ~600 tests per minute (total for all users); the tests are tiny, the measurements config looks like this:
[
{ type: 'latency', numPackets: 2 },
{ type: 'upload', bytes: 1e4, count: 2 },
{ type: 'download', bytes: 1e5, count: 1, bypassMinDuration: true },
{ type: 'upload', bytes: 1e5, count: 1 },
]

so is there a chance to face rate-limiting?
If yes, then i will specify custom endpoints to send requests to my server, i just need to know how the server should behave and handle the requests.

Thanks in advance for your time and help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant