Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hapijs

How To Register Hapi Cron With The Latest Version Of Hapi.js

I have my server registered with hapijs. Here is my index.js composer((err, server) => { if (e… Read more How To Register Hapi Cron With The Latest Version Of Hapi.js

Hapi Nested Routing

Suppose I want to have REST endpoints which look roughly like this: /projects/ /projects/project_id… Read more Hapi Nested Routing

JavaScript Cookie Absolutely Refuses To Be Deleted

This is related to my other question, i'm asking a new question as i've narrowed down the p… Read more JavaScript Cookie Absolutely Refuses To Be Deleted