hapi — How to Run Separate Frontend and Backend Servers Within a Single Project
There will be a new tutorial showing this functionality in hapi v17 This tutorial is targeted to hapi until v16. Because hapi v17 removes the feature to have multiple connections on a server, you need to create individual hapi servers for frontend and backend. Both have their own connection settings. …
Continue Reading