markthethomas / quill

Yet another blogging platform!
MIT License
2 stars 1 forks source link

Architecture #6

Open markthethomas opened 8 years ago

markthethomas commented 8 years ago

@iraleigh @andrewdeekim thoughts?

quill arch

markthethomas commented 8 years ago

Just one possible overall architecture. Would be nice for it to all run on one system w/o having to create workers, etc. for everything.

markthethomas commented 8 years ago

oooh. We could also use protocol buffers between the API and proxy. Haven't used before but supposed to be super fast and could be cool

markthethomas commented 8 years ago

welcome @kknopper & @Ephapox. You guys are both free not to help out of course, but I've add you as collabs in the meanwhile. :D

andrewdeekim commented 8 years ago

Looks good!! Down for the protocol buffers too! I like trying new things!

markthethomas commented 8 years ago

https://github.com/dcodeIO/ProtoBuf.js/

markthethomas commented 8 years ago

@andrewdeekim cool! this is just a rough sketch, figured it might be nice to have as a general mental model to work with