Closed CaptainCodeman closed 7 months ago
Demo doesn't need to be making real http requests, which then require a backend.
It can use the pieces to emulate making requests, which would also allow it to visualize the operation of the token buckets and permission checks.
More importantly, it can then the run completely client-side so it wouldn't require a real back-end and could be run on GitHub Pages.
Visualization works to show operation of token-bucket
Demo doesn't need to be making real http requests, which then require a backend.
It can use the pieces to emulate making requests, which would also allow it to visualize the operation of the token buckets and permission checks.
More importantly, it can then the run completely client-side so it wouldn't require a real back-end and could be run on GitHub Pages.