1.0.8 • Published 1 year ago

rate-limited-ldp-communication v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Rate Limited LDP Communication

The repository contains a single class for rate limiting LDP communication to handle the issue of socket hangup in Solid Pod Server when doing multiple requests that the server cannot handle.

Usage

const communication = new RateLimitedLDPCommunication(5, 1000);
const response = await communication.get('https://pod.example.org/resource');

License

This code is copyrighted by Ghent University - imec and released under the MIT Licence

Contact

For any questions, please contact Kush.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago