How to Debug Cloudflare Workers with AppSignal

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
  • appsignal-debug-worker

    Debugging Cloudflare Workers project with AppSignal

  • You can find the source code for the project we'll use in this article on GitHub. If you would like to follow along, set up a new workers application from scratch using the following commands:

  • wrangler-legacy

    Discontinued 🤠 Home to Wrangler v1 (deprecated)

  • Cloudflare Workers is a serverless platform that allows developers to build and quickly deploy backend logic using JavaScript. Unlike most serverless platforms, worker functions can respond to a request in less than 500 milliseconds in cold start conditions. Unfortunately, building a worker application does get frustrating at times due to the difficulty of debugging the code.

  • 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
  • date-fns

    ⏳ Modern JavaScript date utility library ⌛️

  • We'll build a simple POST request handler that calculates a person's age based on their date of birth. This POST handler will accept date information via JSON. We'll use the date-fns package to handle date calculations.

  • Visual Studio Code

    Visual Studio Code

  • For ease in testing, we'll use the Visual Studio Code editor and REST Client extension.

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

  • jsproxy

    3 projects | /r/Darkroom7372 | 17 Mar 2023
  • Simple, fast and safety alternative for unzip

    7 projects | /r/rust | 11 Mar 2023
  • 4 Beginner Friendly Open Source Projects

    3 projects | dev.to | 1 Dec 2022
  • Javascript Developer Roadmap: Zero to Hero

    4 projects | dev.to | 17 Nov 2022
  • Write once, run anywhere with Deno and Dnt

    8 projects | dev.to | 6 Jul 2022