All Projects → futurestudio → nodejs-tutorials-hapi

futurestudio / nodejs-tutorials-hapi

Licence: MIT license
Examples for the hapi tutorial series within the Future Studio University

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to nodejs-tutorials-hapi

good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-78.57%)
Mutual labels:  hapi, hapijs
hapi-good-winston
A good reporter to send and log events with winston
Stars: ✭ 21 (-70%)
Mutual labels:  hapi, hapijs
nodejs-tutorials
Sample implementations for actionable Node.js tutorials 🚀
Stars: ✭ 29 (-58.57%)
Mutual labels:  tutorials, future-studio-university
hapi-now-auth
Hapi token auth for bearer and jwt
Stars: ✭ 43 (-38.57%)
Mutual labels:  hapi, hapijs
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (-67.14%)
Mutual labels:  hapi, hapijs
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (-17.14%)
Mutual labels:  hapi, future-studio-university
hapi-plugin-mysql
Hapi plugin for MySQL
Stars: ✭ 17 (-75.71%)
Mutual labels:  hapi, hapijs
hapi-cli
CLI to build API with Hapi, mongodb and mongoose. Work with Hapi V17.
Stars: ✭ 36 (-48.57%)
Mutual labels:  hapi, hapijs
typesafe-hapi
Typechecking for HapiJS based on Joi schemas!
Stars: ✭ 21 (-70%)
Mutual labels:  hapi, hapijs
Crashlyzer
Crash viewer web application for displaying the crashes reported by rn-crash-reporter components from React Native mobile applications.
Stars: ✭ 59 (-15.71%)
Mutual labels:  hapi, hapijs
sapper-authentication-demo
A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC
Stars: ✭ 102 (+45.71%)
Mutual labels:  hapi, hapijs
cmil
CMIL - Clarified Multilingual Intermediate Language
Stars: ✭ 32 (-54.29%)
Mutual labels:  tutorials
Hapi Universal Redux
DEPRECATED: Create an universal React and Redux app in less than 5 minutes!
Stars: ✭ 215 (+207.14%)
Mutual labels:  hapi
Hapi
The Simple, Secure Framework Developers Trust
Stars: ✭ 13,632 (+19374.29%)
Mutual labels:  hapi
Hapi Openapi
Build design-driven apis with OpenAPI (formerly swagger) 2.0 and hapi.
Stars: ✭ 196 (+180%)
Mutual labels:  hapi
hapi-docs
Beautiful API documentation generator for Hapi using Vue
Stars: ✭ 64 (-8.57%)
Mutual labels:  hapi
Hapijs.com
The hapijs.com website
Stars: ✭ 181 (+158.57%)
Mutual labels:  hapi
Cls Rtracer
Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included
Stars: ✭ 175 (+150%)
Mutual labels:  hapi
H2o2
Proxy handler for hapi.js
Stars: ✭ 158 (+125.71%)
Mutual labels:  hapi
New-ML-Data-Science-Framework-Tutorials-By-EJ
Internet's Most Popular Tutorials on Fresh-off-the-shelf ML & Data Science Technologies, Authored by Yours Truly.
Stars: ✭ 18 (-74.29%)
Mutual labels:  tutorials

hapi Tutorial Series

This repository contains code examples for the hapi tutorial series with 100+ tutorials. The hapi tutorial series is published within the Future Studio University.

YouTube Playlist

Find a playlist on YouTube with videos on the individual tutorials. Each video is related to a tutorial and walks you through the implementation of an individual feature. It’s all practical, watch me live code :)


This hapi tutorial series is sponsored by Future Studio University 🚀
Join the Future Studio University and Skyrocket in Node.js


Dependencies

You need the following tools installed on your machine to actually run the individual examples:

  • Node.js v4+
  • NPM

Setup

To set up the required environment, just clone this repository to your local machine and install the NPM dependencies.

$ git clone [email protected]:fs-opensource/nodejs-tutorials-hapi.git
$ cd nodejs-tutorials-hapi
$ npm i

Run Examples

Every example code contains its own hapi server that kicks off at localhost:3000.

$ cd examples
$ cd <your chosen example>
$ node server

Many examples allow you to check them out within the browser. Navigate your browser to the url localhost:3000 with a running example server in the background.

Do you wanna see a specific example?

Don't worry, just let us know :) You can file an idea within our university-ping repository and let us know about anything you're interested to see!

Enjoy coding & make it rock!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].