How do NAPI works compare to WASM, and what are the use cases suiting each one?

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

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

  • I use both of them in my project slime_seed_finder, WASM to run the app in github pages, and NAPI to use the same frontend inside a native electron app. The bindings are in the slime_seed_finder_web and slime_seed_finder_webnode folders, respectively. The electron app is still work in progress so I don't know if the final version will still use NAPI, so far I have found many problems when trying to use it. The good thing is that it is easy to generate bindings for either case, so I don't need to change the main app logic, the main difficulty is passing non-primitive types back and forth.

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • You have a valid point, but I will make a counterexample: the QUIC API for node was initially estimated as a 1 month job, it has now been pending for 3 years. And heavyweights like James Snell and Matteo Collina working on it.

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

  • WebSockets com Socket.io: Criando Aplicações Real-Time com Node.js

    1 project | dev.to | 6 May 2024
  • Day 2: Setting Up Angular Development Environment

    1 project | dev.to | 2 May 2024
  • Part 2: Setting Up Your Node.js Environment

    1 project | dev.to | 29 Apr 2024
  • Announcing Node.js 22.0.0: What’s New and Why It Matters

    1 project | dev.to | 28 Apr 2024
  • How to Make a VS Code Extension Using TypeScript: A Step-by-Step Guide

    1 project | dev.to | 27 Apr 2024