Tell HN: Service Workers === Browser Background Tasks

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • Requestly

    🚀 Most Popular developer tool for frontend developers & QAs to debug web and mobile applications. Redirect URL (Switch Environments), Modify Headers, Mock APIs, Modify Response, Insert Scripts & Record web sessions and share it with your teammates for debugging.

  • If you want to intercept and modify a incoming json response for some specific url pattern, would a service worker be a good way to do so?

    To illustrate, assume I frequently browse example.com and want to trick my browser into thinking that I have "favorited" every post. It's trivial to write a for loop that iterates over response.json and sets `is_favorite = true`. But it's not as clear to me where this script should ideally live in order to have the logic always executed before the response is made available to the site.

    Your comment made me think about whether I can replace my overkill solution (https://requestly.io/) with something lightweight.

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

  • Tell HN: The popular Chrome extension ModHeader is injecting ads into searches

    1 project | news.ycombinator.com | 4 Oct 2023
  • Way or viewing network requests?

    2 projects | /r/androiddev | 12 Jul 2023
  • Is it a viable option to use a database to populate data used in a chrome extension?

    2 projects | /r/webdev | 12 Jul 2023
  • Open-Source alternative to Charles Proxy & Telerik Fiddler

    1 project | /r/opensource | 28 Jun 2023
  • Userscripts: Is there a way to intercept all HTTP requests/responses so that I can modify them before they're sent/received?

    4 projects | /r/learnjavascript | 15 Jun 2023