Show HN: I ported my Python background task queue to TypeScript

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

    Background task queue for TypeScript backed by Redis, a super minimal Celery

  • browser-wakatime

    Chrome extension for automatic time tracking and metrics generated from your browsing activity.

  • Hi Hackers,

    One year ago I posted[0] on HN[1] about writing my own replacement for Celery, a background task queue for Python.

    WakaQ has been running in production[2] for over a year, and it's performed flawlessly. I've even been able to reduce the amount of worker machines needed, saving compute costs, even though the number of tasks executed has increased over time.

    Now I'm starting a new Next.js project using TypeScript, tRPC, Prisma, hosted on DigitalOcean App Platform and I needed to execute code in the background without Python. So, I've ported WakaQ into TypeScript. I just got it working today so it probably has room for improvement, but it's working in production!

    Let me know what you think after checking out the repo[3].

    [0] https://wakatime.com/blog/56-building-a-background-task-queu...

    [1] https://news.ycombinator.com/item?id=32730038

    [2] https://wakatime.com

    [3] https://github.com/wakatime/wakaq-ts

  • 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

  • Integrate Ory in a NestJS application

    6 projects | dev.to | 16 May 2024
  • What makes a good REST API?

    4 projects | dev.to | 15 May 2024
  • Merging Remix and React Router

    4 projects | news.ycombinator.com | 15 May 2024
  • Build Your Own React.js in 400 Lines of Code

    3 projects | dev.to | 15 May 2024
  • Show HN: Apple Music Electron

    1 project | news.ycombinator.com | 15 May 2024