Using Typescript with hapi

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • npm-run-all

    A CLI tool to run multiple npm-scripts in parallel or sequential.

  • dev uses npm-run-all to run both commands at the same time, so you don't have to have two terminals open.

  • berry

    📦🐈 Active development trunk for Yarn ⚒

  • I've chosen to use yarn in the examples below; if you're using npm instead, just change yarn add to npm install.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

  • dev:serve uses nodemon to automatically reload the server when the Javascript changes.

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • We're going to keep our tests in test. We'll use chai and mocha to run them; since we're using Typescript we'll also want to add the relevant type annotations from DefinitelyTyped.

  • Hapi

    The Simple, Secure Framework Developers Trust

  • I've been using hapi lately, and decided to start using Typescript at the same time. When I looked though there didn't seem to be a lot out there on using them both together. Here's what I learned.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Testing Node.js/Express app + MongoDB with jest and supertest

    5 projects | dev.to | 15 Nov 2021
  • Full Stack Web Development Concept map

    11 projects | dev.to | 23 Mar 2024
  • Utilizando Testcontainers para Testes de Integração com NestJS e Prisma ORM

    4 projects | dev.to | 16 Mar 2024
  • Dissecting the hell that is Jest setup with ESM and Typescript

    2 projects | dev.to | 31 Dec 2023
  • Cloud Run - TypeScript boilerplate for getting started

    3 projects | dev.to | 1 Dec 2023