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

implement API data caching #113

Merged
merged 3 commits into from
Sep 23, 2021
Merged

implement API data caching #113

merged 3 commits into from
Sep 23, 2021

Conversation

mrsampool
Copy link
Collaborator

  • create new server/apiRequests.js API request handler for server:
    • check all incoming API reqests for a matching response from cache - serve cached if found
    • if not cached, make API call, cache response, then send response

@lrdndy lrdndy merged commit e6b2cf4 into master Sep 23, 2021
@mrsampool mrsampool deleted the cacheApiData branch September 24, 2021 02:23
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

Successfully merging this pull request may close these issues.

3 participants