Vinit Parekhvinit17.hashnode.dev·Mar 1, 20232 Best frameworks of nodejsHello 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 popular and lightweight Node.js web application fram...Discuss·26 readsNodeJSJavaScript
Lob Developerslob.hashnode.dev·Aug 10, 2022How Docker memory caching works & finding a hidden hapi vulnerabilityIt 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 main service had suddenly started crashing and rest...Mari Kara and 1 other are discussing this2 people are discussing thisDiscuss·42 readsDocker
Lob Developerslob.hashnode.dev·May 23, 2022JavaScript Framework Updates Suck, How to Make Them Suck(less)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 benefits are proportional to the effort and teams ...DiscussDevops
Vibin Guevaravibinguevara.hashnode.dev·Nov 29, 2021HL7v2 - MLLP Using HAPI JAVAWhen 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, the junk...Discuss·190 readsJava
Prosen Ghoshwebdevs.hashnode.dev·Jun 25, 2021Getting Started with Hapi Server.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 the following command. Running the command will cre...Discuss·14 likes·152 readsNode.js
Sambhajisambhaji.hashnode.dev·Apr 15, 2021Node.js and HapiNode.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, whether there are any other frameworks available ...Discuss·270 readsNode.js
Isiaka Lukmandellyson.hashnode.dev·Oct 8, 2020Add Views to your Hapi.js project with VisionWhen 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 Hapi projects too in fact Hapi supports multiple ...Discuss·6 likes·239 readsNode.js
Isiaka Lukmandellyson.hashnode.dev·Oct 7, 2020Introduction to Hapi.jsIn 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 search, I discovered Hapi.js and I am loving it already...Discuss·9 likes·186 readsNode.js
Anthony Kiplimoanthonylimo.hashnode.dev·Nov 11, 2019Build a Interactive Voice Response (IVR) application with Africa's Talking, HapiJS, Docker and HerokuIntroduction 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 really fun writing this, enjoy! Welcome back! Thi...Discuss·1 like·626 readsBuilding an Interactive Voice Response ApplicationShowHashnode
Peter Banjoiampeterbanjo.hashnode.dev·Jul 23, 2019Hapi error loggingIt 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 the error messages from a stub server? suite('getB...Discuss·26 readsWeb Development