kidtronnix / hapi-dash

Boilerplate Hapi Web and API Server Example, with frontend dashboard.
hapi-dash.smaxwellstewart.com
MIT License
113 stars 19 forks source link

Update deps and make work with node v4 #14

Closed kidtronnix closed 8 years ago

kidtronnix commented 8 years ago

Deps are really out of date.

kidtronnix commented 8 years ago

@jonahzheng @Sogl The last two commits fixes #12 #13

I have updated the dependencies of this project to work with latest versions of things and is also running fine with node v4+.

I do want to warn you though, I am going to deprecate this project though as after reviewing the code, there are too many anti-patterns implemented here to fix this project. I have thankfully redone most of the work here in a new project that aims to achieve what this attempt couldn't: reusable well tested code.

Please check out smaxwellstewart/lummox!