download-esm VS quickjspp

Compare download-esm vs quickjspp and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
download-esm quickjspp
1 3
82 -
- -
5.1 -
9 months ago -
Python
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

download-esm

Posts with mentions or reviews of download-esm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    This downloads the ESM version of Observable Plot from the jsDelivr CDN, figures out its dependencies, downloads them as well (40 files total!) and rewrites their imports to be local, not CDN paths.

    More details here: https://simonwillison.net/2023/May/2/download-esm/

    I'm not considering adding import maps support: https://github.com/simonw/download-esm/issues/4

quickjspp

Posts with mentions or reviews of quickjspp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-31.
  • LuaX: A Lua Dialect with JSX
    8 projects | news.ycombinator.com | 31 Dec 2023
    JSX is useful not just for advanced string interpolation but for representing/generation of tree alike structures / literals in PL. JSX is not only about HTML but XML too.

    I don't know how JSX is made in LuaX but in my QuickJS fork [1] JSX allows to generate as tree literals as procedure calls (JSX(tag,props,kids)) that can be used for various purposes - DOM population, VDOM generation, HTML/XML string composition, etc.

    And being embedded into a compiler JSX a) prevents common mistakes like non-closed tags and b) effective internalization ( translation happens at compile time once ).

    [1] JSX implementation for QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    In Sciter I did just that - JSX is an integral part of JS compiler - patched version of QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

    So in Sciter this works out of the box:

       
  • The miracle of Smalltalk’s become: (2009)
    2 projects | news.ycombinator.com | 23 Nov 2022
    Only when code tries to access props/methods of the loaded object it gets fetched from disk, its __proto__ is set to particular class, etc.

    More on this architecture: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/d...

    Patched QuickJS with storage support is here: https://gitlab.com/c-smile/quickjspp - it uses DyBase of Konstantin Knizhnik as a storage.

What are some alternatives?

When comparing download-esm and quickjspp you can also consider the following projects:

compression-dictionary-transport

sciter-js-sdk

webappsec-subresource-integrity - WebAppSec Subresource Integrity

esm.sh - A fast, smart, & global CDN for modern(es2015+) web development.

lit - Lit is a simple library for building fast, lightweight web components.

esbuild - An extremely fast bundler for the web

simpatico - Simpatico is an umbrella term for several data-structures and algorithms written in JavaScript

JSLint - JSLint, The JavaScript Code Quality and Coverage Tool