alternatives to the javascript ecosystem

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

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

    Unfancy JavaScript

  • That said, there are ways to embrace the JS ecosystem without actually using JavaScript. Many popular languages have transpilers that will convert code written in that particular language into something that will run natively in a web browser (in other words, JavaScript). Even TypeScript is a language that gets transpiled into JavaScript, so it's not that outrageous of a concept, it just gets more difficult to do the further you get away from languages that don't already look like JavaScript.

  • Transcrypt

    Python 3.9 to JavaScript compiler - Lean, fast, open! -

  • In the past, I've personally used GWT to transpile Java to JavaScript in order to share some complex code modules that we needed to use on both the server and client for an enterprise application. In more recent years, I've been using Transcrypt to develop React/MUI applications that are coded in Python. So I'm able to use JS libraries that are proven to work great in a web browser, but use my preferred language to code to the API of those libraries. This approach is certainly not for everyone, but it can be a viable option in some cases.

  • 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

  • How does PyScript actually work?

    2 projects | /r/PyScript | 11 Jul 2023
  • What is the best way to parse python code?

    1 project | /r/learnpython | 1 Dec 2021
  • Can Turtle graphics be displayed using Flask?

    1 project | /r/flask | 11 Aug 2021
  • Is Transcrypt dead? It looks like it from the lack of bug fixes.

    2 projects | /r/Python | 6 Apr 2021
  • Ask HN: Why don't browsers just build a non-JS interpreter?

    4 projects | news.ycombinator.com | 10 Jan 2024