How can I implement an EPUB reader in JavaScript?
Posted
by
Vlad Nicula
on Programmers
See other posts from Programmers
or by Vlad Nicula
Published on 2012-10-09T12:42:19Z
Indexed on
2012/10/17
23:20 UTC
Read the original article
Hit count: 349
JavaScript
I'm wondering if I can create an EPUB (free and open e-book standard) reader in JavaScript. The basic requirements would be:
- Server parts of the EPUB reader from a server API.
- Read the EPUB data in JavaScript.
- Render it on page.
- Provide some extra functionality, like text highlights or page notes.
I have no information about how I could do this. I'm willing to try a prototype project. What are the steps that I could take towards implementing such a thing?
© Programmers or respective owner