I feel stupid for asking this but...how does C++ become Spotify, YouTube, Amazon, etc.

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

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

    A C++ header-only HTTP/HTTPS server and client library

  • Facebook is a website and offers its interface via web. Its basically a webserver running on C++. The GUI is written in HTML/Javascript and transfered to your browser. If you click buttons your browser makes calls back to the server. There are more frameworks than you can count, personally I like https://github.com/yhirose/cpp-httplib a lot

  • librespot

    Open Source Spotify client library

  • The Spotify App is made with Electron which means it is basically a web browser (Chromium) running a web page pretending to be an app. The server side of spotify was apparently written in C++ initially but is shifting to Python more and more. The low level spotify library will likely remain being C++, you can estimate how this is made by looking at it's open source counterpart which is written in Rust: https://github.com/librespot-org/librespot

  • 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

  • C++ websocket and HTTP client

    1 project | /r/cpp_questions | 14 Mar 2023
  • xbps-src ARM: glslangValidator: cannot execute binary file: Exec format error

    11 projects | /r/voidlinux | 5 Jan 2023
  • How to handle HTTPS - to dynamic link, or find a better solution?

    1 project | /r/cpp_questions | 29 Dec 2022
  • Why is there no simple http request/response library?

    1 project | /r/cpp_questions | 14 Dec 2022
  • Issues with libssl on Mac

    1 project | /r/cpp_questions | 14 Nov 2022