© 2023 Hashnode
#hapijs
Hello guys, I'm back and blogging after a long time. So today I want to show you a basic comparison between expressjs and hapijs. So without wasting any time lets start Express.js Express.js is a po…
It was a dark and stormy night in May when our internal metric readings for memory usage spiked in our Address Verification service for no obvious reason. Even weirder than that, our largest API and m…
Okay, updating a JavaScript framework you work with doesn’t always suck. Even major version releases with breaking changes can be managed effectively and a smooth transition achieved. Typically, the …
When the message is transmitted using MLLP protocol from one to another. There will be some junk characters that will pollute the message when it is received over the receiving end. But this will not happen every time. There are cases where…
Here, you will create a new hapi server. First create a new project folder someproject on your machine so that it contains the necessary files. Open your terminal (linux hit: Ctrl + Alt + T) and run t…
Node.js and Express is a powerful combination and a popular choice, when building web applications. I have used Node.js and ExpressJs, when working on MEAN stack applications. Recently, I was curious,…
When creating web applications using backend frameworks like Express.js it's normal for developers to want to add views to their various projects and Hapi.js is not exempted, you can add views to your…
In recent times I was looking to change up a little bit and test my coding ability with another Node.js framework that is not Express, I have always used Express.js in many of my projects, in my searc…
Introduction Editorial Note: This is a JavaScript version of an earlier article. You can check it out if you're interested in getting started with Africa's Talking's Voice platform with Python. It was…
It was so annoying - there I was trying to test my hapi server but it was broken and I had no idea why. Because I was using server.inject the errors where not being shown in the console. How do I log …