What are some ways that large new sites handle URLs/routing for the shear number of publications they put out on a daily basis?

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

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

    Benchmark of the most commonly used http routers

  • For static routes e.g. /help or /about, these are loaded into a radix tree structure. There are expensive (memory wise), but still fast when resolving the handler. You can look at benchmarks of popular router implementations and see how they fare with large amounts of static routes.

  • 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

  • From Homemade HTTP Router to New ServeMux

    4 projects | dev.to | 26 Apr 2024
  • Preventing SQL Injection with Golang

    2 projects | dev.to | 26 Mar 2024
  • Chi: Lightweight, idiomatic and composable router for building Go HTTP services

    1 project | news.ycombinator.com | 2 Feb 2024
  • Evitando SQL Injection com Golang

    2 projects | dev.to | 27 Dec 2023
  • Building Real-Time Next.js Apps with WebSockets and Soketi

    3 projects | dev.to | 10 Dec 2023