How can I implement a 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/09
            15:53 UTC
        
        
        Read the original article
        Hit count: 429
        
JavaScript
I'm wondering if I can create a epub reader in javascript. The basic requirements would be:
1) Server parts of the epub reader from a server API.
2) Read the EPUB data in javascript.
3) Render it on page.
4) 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