Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 23 C++ JavaScript Projects
-
The problem is probably the following electron bug: https://github.com/electron/electron/issues/37531
-
Project mention: What's happening with JavaScript Array References under the hood? | reddit.com/r/learnprogramming | 2023-03-24
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
Project mention: Anyone has experience with reverse engineering flatbuffers? | reddit.com/r/REGames | 2023-05-25
Much more in the discussion of this particular issue onGitHub: flatbuffers:Reverse engineering #4258
-
Each thread or worker is a V8 Isolate, each with their own GC. I don't think WeakMaps could cross the isolate boundary.
The project lists a set of "transportable" types, which can be passed in as an argument when calling a worker function - https://github.com/microsoft/napajs/blob/master/docs/api/tra...
-
nodegui
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Project mention: Does anybody have trouble running NodeGui projects? Does 'nodegui-starter' repo work for you? | reddit.com/r/node | 2023-04-23Hi, so this NodeGui library for building apps with native components is something I really want to get into, but, it does not work for me.. so I am starting this thread to check with yous (I depleted google results) if any one of you have tips or workarounds I can use. I wish to build a desktop app, but I really do not want to bundle a web browser for that purpose and NodeGui seems perfect.
-
-
perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Project mention: Perspective 2.0, Open Source WebAssembly-Powered BI | news.ycombinator.com | 2023-04-05It's an open source project. You could create an issue on their GitHub repo, or better yet, create a PR and reference this existing issue:
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
a32nx
The A32NX Project is a community driven open source project to create a free Airbus A320neo in Microsoft Flight Simulator that is as close to reality as possible.
You can get the H-135 helicopter for free. There's the FlyByWire mod for the default A320NX.
-
Project mention: Library for integration of Unreal Engine and React Native | reddit.com/r/unrealengine | 2022-08-29
Puerts (https://github.com/Tencent/puerts - similar to Unreal.js) supports React through react-reconciler: see https://github.com/chexiongsheng/puerts_unreal_demo/blob/master/TsProj/main-ui/ui-components.tsx#L39-L46
-
Atomic Game Engine
The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript
-
warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Project mention: Im looking to try open source games, what are some good ones? | reddit.com/r/opensource | 2023-05-29Warzone 2100
-
Project mention: Servo, the parallel browser engine written in Rust | news.ycombinator.com | 2023-05-27
I'm not sure if it can support all the libraries but yes it can be used to make desktop apps. Theres also Sciter.
-
-
You’re right, there doesn’t seem to be a PHP SDK yet. This is unholy, but perhaps you could execute it in a node environment with v8js. https://github.com/phpv8/v8js
Otherwise I think you’d be looking at a headless browser in the test runner.
-
graaljs
A ECMAScript 2022 compliant JavaScript implementation built on GraalVM. With polyglot language interoperability support. Running Node.js applications!
Here: https://github.com/oracle/graaljs
-
-
Gerbera
UPnP Media Server for 2023: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
-
Yours is a fair question. I think that, right now, adoption of WebAssembly is quite limited. On the other hand (here at LeanigTech) we are extremely bullish about its potential.
We believe that this technology would be adopted more with better tooling. Our main contribution to this space is Cheerp: A C++-to-WebAssembly _and_ JavaScript compiler (https://github.com/leaningtech/cheerp-meta/). It is designed to seamlessly take advantage of Wasm without sacrificing easy access to Web APIs, all from within C++ with no need of post-processing and glue code.
We know for a fact that amazing products can be build with Cheerp, because we have done it ourselves.
CheerpX is a x86 virtual machine running in the browser, fully written in C++ and compiled with Cheerp. It includes a JIT-compiler that is able to analyze x86 binary code and emit new WebAssembly modules on the fly.
Our most impressive demo yet (WebVM) is available here: https://webvm.io/
-
Project mention: How is it going with the NVIDIA open gpu kernel modules? | reddit.com/r/linux | 2023-04-19
-
-
-
Project mention: [Question] Using DuckDB to connect to (external/cloud) Postgres DB | reddit.com/r/learnpython | 2023-05-24
There's also https://shell.duckdb.org/ for playing around.
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
C++ JavaScript related posts
- Neutralinojs v4.12.0 released!
- Neutralinojs v4.12.0 released!
- Neutralinojs v4.12.0 released!
- Neutralinojs v4.12.0 released!
- Neutralinojs v4.12.0 released!
- Latest Deno release supports NPM packages
- Free aircrafts ?
-
A note from our sponsor - Sonar
www.sonarsource.com | 31 May 2023
Index
What are some of the best open-source JavaScript projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Electron | 107,505 |
2 | V8 | 21,235 |
3 | FlatBuffers | 20,494 |
4 | napajs | 9,246 |
5 | nodegui | 8,438 |
6 | neutralinojs | 6,695 |
7 | perspective | 6,273 |
8 | a32nx | 4,671 |
9 | puerts | 3,826 |
10 | Atomic Game Engine | 2,942 |
11 | warzone2100 | 2,684 |
12 | sciter | 2,499 |
13 | DeskGap | 1,804 |
14 | v8js | 1,761 |
15 | graaljs | 1,458 |
16 | wasm-fizzbuzz | 1,432 |
17 | Gerbera | 1,040 |
18 | cheerp-meta | 893 |
19 | nvk | 883 |
20 | quick-lint-js | 870 |
21 | v8pp | 797 |
22 | duckdb-wasm | 563 |
23 | memoryjs | 558 |