dixeed / hapi-starter-kit

A starter kit for Dixeed projects using HapiJs server.
MIT License
1 stars 0 forks source link

Use async/await in order to support Hapi 17 #3

Closed roux1max closed 5 years ago

roux1max commented 6 years ago

Change the promises-based code to an async/await code in order to migrate the project to Hapi 17.

Nargonath commented 6 years ago

I think we could lean towards https://github.com/hapipal/hpal for our hapi projects from now on. It enforces best practices from the community and has a CLI with an up to date boilerplate and also lots of nice things. However we'd have to migrate from using Sequelize as an ORM to Objection. It does not seem like a big deal though.