What sorts of things would you consider to be “advanced” javascript concepts?

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

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

    An implementation of ECMA-262 in JavaScript

  • Node.js is not the only JavaScript runtime. JavaScript runtimes have been written using JavaScript alone, see engine262. There is also Deno, QuickJS, txiki.js, Bun, none of which use COmmonJS by default, SpiderMonkey, et al.

  • js-compute-runtime

    JavaScript SDK and runtime for building Fastly Compute applications

  • There are multiple JavaScript runtimes. SpiderMonkey is one example that has nothing to do with Node.js, see (js-compute-runtime)[https://github.com/fastly/js-compute-runtime].

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

    Node on Web (by cemalgnlts)

  • Just to demonstrate how finicky folks on this r/learnjavascript are: I shared this Node on Web. Use Nodejs freely in your browser with Linux infrastructure. here and on r/node. r/node folks get it, that is, the work that had to go in to making that a reality. Folks on this r/learnjavascript evidently don't get the effort it took to make that so, after StackBlitz announced "... run Node.js, entirely inside your browser" only to walk back from that claim here https://github.com/stackblitz/webcontainer-core/issues/658#issuecomment-1091004244 "We currently do not expose a way to use WebContainer outside of StackBlitz.com".

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

  • Is there a source that shows how built in js methods/functions are built?

    1 project | /r/learnjavascript | 11 Aug 2022
  • [AskJS] is there a way to quantitatively check if a number value is copied or only the pointer to that number is copied?

    2 projects | /r/javascript | 9 Jan 2022
  • And so was the C compiler.

    3 projects | /r/ProgrammerHumor | 25 Jan 2022
  • Can you make your own JavaScript by implementing ECMAScript standard?

    10 projects | /r/learnjavascript | 10 Dec 2023
  • Bhailang (Bro) Programming Language

    1 project | news.ycombinator.com | 21 Sep 2023