Programming languages used in most popular websites

Last updated

One thing the most visited websites have in common is that they are dynamic websites. Their development typically involves server-side coding, client-side coding and database technology. The programming languages applied to deliver dynamic web content, however, vary vastly between sites.

Programming languages used in most popular websites*
Websites Popularity
(unique visitors per month) [1]
Front-end
(Client-side)
Back-end
(Server-side)
Database Notes
Google [2] 2,800,000,000 JavaScript, TypeScript C, C++, Go, [3] Java, Python, Node Bigtable, [4] MariaDB [5] The most used search engine in the world.
Facebook 1,120,000,000 JavaScript, Typescript, Flow Hack/HHVM, Python, C++, Java, Erlang, D, [6] Haskell [7] MariaDB, MySQL, [8] HBase, Cassandra [9] The most visited social networking site.
YouTube 1,100,000,000 JavaScript, TypeScript Python, C, C++, Java, [10] Go [11] Vitess, BigTable, MariaDB [5] The most popular video sharing site.
Yahoo 750,000,000 JavaScript PHP PostgreSQL, HBase, Cassandra, MongoDB, [12]
Etsy 516,000,000 (Total, not unique) [13] JavaScript PHP [14] [15] MySQL, Redis [16] E-commerce website.
Amazon 2,400,000,000 [17] JavaScript Java, C++, Perl [18] DynamoDB, RDS/Aurora, Redshift [19] The most used e-commerce site in the world.
Wikipedia 475,000,000 JavaScript PHP MariaDB [20] A free online encyclopedia based on MediaWiki, which is programmed in PHP.
Fandom 315,000,000 [21] JavaScript PHP MySQL Wiki hosting service.
X 290,000,000 JavaScript C++, Java, [22] Scala, [23] Ruby (Ruby on Rails) MySQL [24] Popular social network.
Bing 285,000,000 JavaScript C++, C# Microsoft SQL Server, Cosmos DB Search engine from Microsoft.
eBay 285,000,000 JavaScript Java, [25] JavaScript, [26] Scala [27] Oracle Database Online auction house.
MSN 280,000,000 JavaScript C# (ASP.NET) Microsoft SQL Server An email client, for simple use. Previously known as "messenger", not to be confused with Facebook's messaging platform.
LinkedIn 260,000,000 JavaScript Java, JavaScript, [28] Scala Venice [29] [30] World's largest professional network.
Pinterest 250,000,000 JavaScript Python (Django), [31] Erlang, Elixir [32] MySQL, Redis [33] Search engine for ideas.
WordPress.com 240,000,000 [34] JavaScript PHP [35] MariaDB [36] Website manager software.
Netflix 223.090.000 (Subscribers, not visitors) JavaScript Python, Java [37] NMDB, [38] PostgreSQL The biggest video streaming service in the world.

*data on programming languages is based on:

Back-end (Server-side) table in most popular websites
Websites C# C C++ D Elixir Erlang Go Hack Haskell Java JavaScript Perl PHP Python Ruby Scala
Google NoYesYesNoNoNoYesNoNoYesYesNoNoYesNoNo
YouTube NoYesYesNoNoNoYesNoNoYesNoNoNoYesNoNo
Facebook NoNoYesYesNoYesYesYesYesYesNoNoNoYesNoNo
Yahoo NoYesYesNoNoNoYesNoNoYesYesYesYesYesYesYes
Amazon NoNoYesNoNoNoNoNoNoYesNoYesNoNoNoNo
Wikipedia NoNoNoNoNoNoNoNoNoNoNoNoYesNoNoNo
X NoNoYesNoNoNoNoNoNoYesNoNoNoNoYesYes
Bing YesNoYesNoNoNoNoNoNoNoNoNoNoNoNoNo
eBay NoNoNoNoNoNoNoNoNoYesYesNoNoNoNoYes
MSN YesNoNoNoNoNoNoNoNoNoNoNoNoNoNoNo
LinkedIn NoNoNoNoNoNoNoNoNoYesYesNoNoNoNoYes
Pinterest NoNoNoNoYesYesNoNoNoNoNoNoNoYesNoNo
WordPress.com NoNoNoNoNoNoNoNoNoNoNoNoYesNoNoNo
Netflix NoYesNoNoNoNoYesNoNoYesNoNoNoYesNoNo

See also

Related Research Articles

<span class="mw-page-title-main">Java (programming language)</span> Object-oriented programming language

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need to recompile. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities that are typically not available in traditional compiled languages.

<span class="mw-page-title-main">MySQL</span> SQL database engine software

MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language that programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.

<span class="mw-page-title-main">Oracle Corporation</span> American multinational computer corporation

Oracle Corporation is an American multinational computer technology company headquartered in Austin, Texas, United States. In 2020, Oracle was the third-largest software company in the world by revenue and market capitalization. The company sells database software and cloud computing. Oracle's core application software is a suite of enterprise software products, such as enterprise resource planning (ERP) software, human capital management (HCM) software, customer relationship management (CRM) software, enterprise performance management (EPM) software, Customer Experience Commerce(CX Commerce) and supply chain management (SCM) software.

<span class="mw-page-title-main">PostgreSQL</span> Free and open-source object relational database management system

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation, durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is supported on all major operating systems, including Linux, FreeBSD, OpenBSD, macOS, and Windows, and handles a range of workloads from single machines to data warehouses or web services with many concurrent users.

Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is free and open-source software, licensed under the Revised BSD license. Memcached runs on Unix-like operating systems and on Microsoft Windows. It depends on the libevent library.

<span class="mw-page-title-main">IntelliJ IDEA</span> Integrated development environment

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

Cascading is a software abstraction layer for Apache Hadoop and Apache Flink. Cascading is used to create and execute complex data processing workflows on a Hadoop cluster using any JVM-based language, hiding the underlying complexity of MapReduce jobs. It is open source and available under the Apache License. Commercial support is available from Driven, Inc.

In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform.

<span class="mw-page-title-main">Django (web framework)</span> Python web framework

Django is a free and open-source, Python-based web framework that runs on a web server. It follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.

HBase is an open-source non-relational distributed database modeled after Google's Bigtable and written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS or Alluxio, providing Bigtable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data.

<span class="mw-page-title-main">Clojure</span> Dialect of the Lisp programming language on the Java platform

Clojure is a dynamic and functional dialect of the Lisp programming language on the Java platform.

Google App Engine is a cloud computing platform as a service for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers. App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.

<span class="mw-page-title-main">Redis</span> Open-source in-memory key–value database

Redis is an open-source in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Because it holds all data in memory and because of its design, Redis offers low-latency reads and writes, making it particularly suitable for use cases that require a cache. Redis is the most popular NoSQL database, and one of the most popular databases overall. Redis is used in companies like Twitter, Airbnb, Tinder, Yahoo, Adobe, Hulu, Amazon and OpenAI.

<span class="mw-page-title-main">Snake case</span> Words joined with underscores

Snake case is the naming convention in which each space is replaced with an underscore (_) character, and words are written in lowercase. It is a commonly used naming convention in computing, for example for variable and subroutine names, and for filenames. One study has found that readers can recognize snake case values more quickly than camel case. However, "subjects were trained mainly in the underscore style", so the possibility of bias cannot be eliminated.

<span class="mw-page-title-main">Julia (programming language)</span> Dynamic programming language

Julia is a high-level, general-purpose dynamic programming language, most commonly used for numerical analysis and computational science. Distinctive aspects of Julia's design include a type system with parametric polymorphism and the use of multiple dispatch as a core programming paradigm, efficient garbage collection, and a just-in-time (JIT) compiler.

<span class="mw-page-title-main">GraalVM</span> Virtual machine software

GraalVM is a Java Development Kit (JDK) written in Java. The open-source distribution of GraalVM is based on OpenJDK, and the enterprise distribution is based on Oracle JDK. As well as just-in-time (JIT) compilation, GraalVM can compile a Java application ahead of time. This allows for faster initialization, greater runtime performance, and decreased resource consumption, but the resulting executable can only run on the platform it was compiled for. It provides additional programming languages and execution modes. The first production-ready release, GraalVM 19.0, was distributed in May 2019. The most recent release is GraalVM for JDK 21, made available in September 2023.

Presto is a distributed query engine for big data using the SQL query language. Its architecture allows users to query data sources such as Hadoop, Cassandra, Kafka, AWS S3, Alluxio, MySQL, MongoDB and Teradata, and allows use of multiple data sources within a query. Presto is community-driven open-source software released under the Apache License.

<span class="mw-page-title-main">RocksDB</span> Embedded key-value database

RocksDB is a high performance embedded database for key-value data. It is a fork of Google's LevelDB optimized to exploit multi-core processors (CPUs), and make efficient use of fast storage, such as solid-state drives (SSD), for input/output (I/O) bound workloads. It is based on a log-structured merge-tree data structure. It is written in C++ and provides official language bindings for C++, C, and Java. Many third-party language bindings exist. RocksDB is free and open-source software, released originally under a BSD 3-clause license. However, in July 2017 the project was migrated to a dual license of both Apache 2.0 and GPLv2 license. This change helped its adoption in Apache Software Foundation's projects after blacklist of the previous BSD+Patents license clause.

References

  1. "Top 15 Most Popular Websites May 2018". eBiz. Retrieved 11 February 2016.
  2. searchenginewatch.com - Google Hits the Billion Monthly Unique Visitors Mark
  3. Rob Pike (2012). Go at Google. Presentation at the ACM conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH).
  4. "Google's Bigtable". Archived from the original on 16 June 2006.
  5. 1 2 "Google Waves Goodbye To MySQL In Favor Of MariaDB". readwrite.com. 14 September 2013. Retrieved 12 December 2014.
  6. "Facebook is using D in production starting today".
  7. "Fighting spam with Haskell". Facebook Engineering. Facebook. 26 June 2015.
  8. "MySQL and Database Engineering". Facebook .
  9. "Cassandra – A structured storage system Developed By Facebook". Facebook .
  10. "YouTube Architecture - High Scalability -" . Retrieved 13 October 2014.
  11. "Golang Vitess: a database wrapper written in Go as used by Youtube". GitHub . 28 September 2022.
  12. "World's Largest Database Running on Postgres".
  13. Jennewine, Trevor (1 February 2021). "Where Will Etsy Be in 5 Years?". The Motley Fool. Retrieved 24 November 2021.
  14. "Improving the Deployment Experience of a Ten-Year Old Application". Code as Craft. 15 June 2021. Retrieved 24 November 2021.
  15. Garg, Sumit (25 April 2023). "Top Programming Languages for Mobile App Development Updated in 2023". Konstant Infosolutions. Retrieved 25 April 2023.
  16. "How Etsy Prepared for Historic Volumes of Holiday Traffic in 2020". Code as Craft. 25 February 2021. Retrieved 24 November 2021.
  17. Coppola, Daniela (14 July 2022). "Worldwide-visits-to-Amazon.com-December-2021-to-May-2022-(in billions)". www.statista.com. www.statista.com. Retrieved 28 October 2022.
  18. "Amazon Architecture".
  19. "Amazon's consumer business ditches Oracle's databases". SiliconANGLE. 15 October 2019. Retrieved 8 February 2020.
  20. "Wikipedia Adopts MariaDB". Wikimedia Foundation. 22 April 2013.
  21. "Fandom Expands Its Revenue Business with the Launch of New Self-Serve…". Fandom. Retrieved 24 November 2021.
  22. "Twitter and Java | go.Java | Oracle". go.java. Retrieved 16 September 2018.
  23. Venners, Bill. "Twitter on Scala".
  24. "How Twitter Stores 250 Million Tweets A Day Using MySQL".
  25. "eBay Architecture" . Retrieved 13 October 2014.
  26. "How We Built eBay's First Node.js Application". 17 May 2013.
  27. "squbs".
  28. "LinkedIn Moved From Rails To Node: 27 Servers Cut And Up To 20x Faster" . Retrieved 25 September 2014.
  29. "project-voldemort mailing list post. 2018-08-16" . Retrieved 6 October 2018.
  30. "Venice Performance Optimization" . Retrieved 11 April 2018.
  31. "FAQ:General". Archived from the original on 22 October 2014. Retrieved 3 January 2015.
  32. "Introducing new open-source tools for the Elixir community". Archived from the original on 19 December 2015. Retrieved 1 August 2016.
  33. "How We Scaled Pinterest From Zero Users To A $2 Billion Valuation". Business Insider. Retrieved 12 December 2014.
  34. N, G (27 December 2022). "WordPress Traffic Statistics Lookup". www.northsgate.com. www.northsgate.com. Retrieved 27 December 2022.
  35. "PHP Environment". WordPress.com Support. 26 February 2019. Retrieved 2 November 2021.
  36. "WordPress.com PHP Environment". 26 February 2019. Retrieved 24 October 2020.
  37. "Netflix, Inc". GitHub. Retrieved 6 January 2023.
  38. Blog, Netflix Technology (3 February 2019). "The Netflix Media Database (NMDB)". Medium. Retrieved 6 January 2023.