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 HTTP caching #35

Closed
HadrienGardeur opened this issue Apr 2, 2017 · 2 comments
Closed

Implement HTTP caching #35

HadrienGardeur opened this issue Apr 2, 2017 · 2 comments
Assignees

Comments

@HadrienGardeur
Copy link
Contributor

In order to optimize performance between the streamer and other modules, we must make sure that the streamer implements proper HTTP caching.

A best practice document is available to summarize how the streamer should handle HTTP caching for the manifest, resources and APIs: https://github.com/readium/readium-2/blob/master/streamer/server/caching.md

@HadrienGardeur
Copy link
Contributor Author

This has already been handled in Go, we need to add issues and support for this in both Java and Swift implementations.

@danielweck
Copy link
Member

This is implemented in NodeJS too.
https://github.com/edrlab/r2-streamer-js

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

No branches or pull requests

3 participants