brave / vault

Brave personal data store vault.
https://brave.com
Mozilla Public License 2.0
19 stars 18 forks source link

The vault is now hapi. #9

Closed KevinGrandon closed 9 years ago

KevinGrandon commented 9 years ago

@bbondy - Please take a look when you get a chance. After implementing Hapi instead of Koa I think we could get the job done in either one, though I guess I'd like to go forward with this - async is more hot than generators right now.

@garvankeeley - If you have any thoughts on javascript server stuff feel free to chime in as well.

Thanks guys!

bbondy commented 9 years ago

I know you mentioned it's still a WIP but thanks for doing this. I'm using Hapi for my other personal stuff too and prefer it over KOA.

garvankeeley commented 9 years ago

My background is in python servers, which WSGI is node-like. This LGTM: simple routing to endpoints, endpoints have minimal work to do to handle requests.