[AskJS] How do you do JS on the backend?

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • You'll want to start with either Node.js and the express NPM library for routing, or Deno and the Oak framework. Node.js is faster and more mature, while Deno has better features and is faster to learn due to its similarity to a browser environment.

  • oak

    A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕

  • You'll want to start with either Node.js and the express NPM library for routing, or Deno and the Oak framework. Node.js is faster and more mature, while Deno has better features and is faster to learn due to its similarity to a browser environment.

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

    Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment

  • Typescript for type safety and getting the newest ES features. Check out these tsconfig bases so you don't need to guess at the right node / ES version to target.

  • node-express-boilerplate

    A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

  • This repo has a decent starter project with a good middleware setup and a decent way of structuring the project, but no typescript.

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  • Alternatively, if you or OP wants more structure, convention and bells and whistles than Express, you can check out https://nestjs.com/.

  • Bee-Queue

    A simple, fast, robust job/task queue for Node.js, backed by Redis.

  • bee-queue for offloading tasks onto non-web-server machines

  • piscina

    A fast, efficient Node.js Worker Thread Pool implementation

  • piscina for managing node's worker threads

  • 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