Open in app
Home
Notifications
Lists
Stories

Write
aishadeshmukh
aishadeshmukh

Home

About

Feb 5, 2021

Adding Routes to Hapi js server

Check out my previous blog to set up the Hapi js server. Now, we’ll add route to our index.js file. server.route({ method: 'GET', path: '/', handler: (request, h) => { return 'Hello World!'; } }); Here, the method can be GET, POST, PUT, DELETE, as per the requirement of the…

Nodejs

2 min read

Adding Routes to Hapi js server
Adding Routes to Hapi js server

Feb 3, 2021

Setting up Hapi js Server

If you are new to Hapi js, you may check out my previous blog on Introduction to Hapi js. Now, let’s start with setting up the hapi server. Install node as per your operating system, through https://nodejs.org/en/download/ 2. Open terminal and paste the below to install node and npm. sudo…

Nodejs

2 min read

Setting up Hapi js Server
Setting up Hapi js Server

Jan 18, 2021

Introduction to Hapi Js

Hapi is a rich framework of node js for building applications and services. It enables developers to focus on writing reusable application logic instead of spending time building infrastructure. Hapi’s most common use case is building web services such as JSON APIs, but it can also be used to build…

Hapijs

2 min read

Introduction to Hapi Js
Introduction to Hapi Js
aishadeshmukh

aishadeshmukh

Software Engineer working on backend technologies.

Following
  • Ankit Kumar Rajpoot

    Ankit Kumar Rajpoot

  • Ranjit Jadhav

    Ranjit Jadhav

  • Abdullah Deshmukh

    Abdullah Deshmukh

  • Yogesh Dhande

    Yogesh Dhande

  • Yogesh Dhande

    Yogesh Dhande

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable