Swift sucks at web serving or does it?

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • It would still be slower :P

    At least once you start "gaming" benchmarks interpreted and/or dynamically typed languages have a strict ceiling they can't really surpass (just.js doesn't count as it's as thin wrapper on top of C as it can get)

    https://www.techempower.com/benchmarks/#hw=ph&test=fortune&s...

    (all top entries are bottlenecked by DB driver implementation and its ability to multiplex queries, and context switching cost, so those frameworks which can do perfect static partitioning and query multiplexing win out)

  • adwaita-swift

    A framework for creating user interfaces for GNOME with an API similar to SwiftUI

  • There's a project for using Swift to write GNOME applications, which is fascinating to me: https://github.com/AparokshaUI/adwaita-swift

    I wish them success but realistically they won't have success.

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

    An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.

  • Yeah one could use https://github.com/walkor/workerman for PHP and it would probably beat all other frameworks in the graph.

    Would it be a representative experience compared to PHP? No, because that's not would be used in an average scenario.

  • kysely

    A type-safe typescript SQL query builder

  • The most interesting JS DB lib I came across was https://github.com/kysely-org/kysely but still didn't feel as good as EF Core.

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

  • Running PHP code in parallel, the easy way

    5 projects | /r/PHP | 3 May 2021
  • Asynchronous PHP — Multiprocessing, Multithreading & Coroutines - Diving Laravel

    5 projects | /r/PHP | 2 Apr 2021
  • Workerman: Libevent-based asynchronous event driven PHP socket framework

    1 project | news.ycombinator.com | 30 May 2024
  • FrankenPHP: The Modern PHP App Server

    19 projects | news.ycombinator.com | 29 May 2024
  • Scaling to ~15K requests per second with Java – Part 1

    2 projects | news.ycombinator.com | 14 Jul 2023