Summary
The configurable server using a JavaScript object is truly fascinating and so speedy to work with. Maybe, at the start, it takes little time to set up the whole configurable objects but once sorted, it provides great flexibility to reuse the snippets as well as maintaining the code. It seems like the hapi server is prepared for scalability from the start. Moreover, as we saw, we don't need to handle all the data response from the server or its content, just return the data to the callback handler and hapi identifies its type by itself. The development time to define content-type or find an npm package for each response type, such as HTML, JSON, or any string, is reduced to a great extent.
Lastly, we saw the debugging process using ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access