Skip to content

📚 Documents the architecture of the Readium project

License

Notifications You must be signed in to change notification settings

aaronQD/architecture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readium Architecture

All Readium implementations (mobile, desktop or Web) are split in two main modules, which use the Readium Web Publication Manifest to communicate together.

On the Web, the Publication Server is responsible for serving a Readium Web Publication Manifest and the resources of a publication over HTTPS.

In native apps, the Streamer is responsible for parsing packaged publications and exposing them using an in-memory model.

On all platforms, the Navigator is meant to navigate in the resources of a publication and can adopt very different strategy based on the nature of the publication (ebooks, audiobooks and comics).

These modules are not necessarily meant to be deployed on the same device or written in the same language, which lets developers select the best implementation based on their requirements.

Diagram of the Readium Architecture

Components

Models

Main Modules

Services

Projects

See all active Readium projects based on the Readium Architecture.

Ecosystem

Take a look at our dedicated awesome-readium repository to explore the ecosystem built around Readium.

About

📚 Documents the architecture of the Readium project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • CSS 44.9%
  • HTML 9.4%