I'm wondering if I can create a epuban EPUB (free and open e-book standard) reader in javascriptJavaScript. The basic requirements would be:
- Server parts of the epubEPUB reader from a server API.
- Read the EPUB data in javascriptJavaScript.
- 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?