aerze / flyleaf

Open Source Webapp for reading manga, web comics, and anything else maybe..
http://flyleaf.co/
MIT License
5 stars 2 forks source link

Flyleaf

An open source manga reader


Join the chat at https://gitter.im/aerze/flyleaf

Front End

Because I've decided not to use big frameworks like Angular or React, I'll be using many small libraries or I'll be making them myself. Expecially the renderer, because it's not going to be a very dynamic app, we can use react's philosophy of making minimal changes to the DOM when we have to instead of having a whole virtual DOM this is a better use case for cached templates. Not sure if it's much better but we'll see.

DESIGN TOOLS & GUIDES

LIBRARIES

Back End

A simple node http server for hosting, this will be an all (or mostly all) front end app.