C++ NodeJS

Open-source C++ projects categorized as NodeJS

Top 23 C++ NodeJS Projects

  • Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

  • Project mention: Release Radar • February 2024 Edition | dev.to | 2024-02-29

    The team at Electron have been faithfully shipping new releases almost every single month. I think they had Christmas off 🤔. This popular framework has developers writing cross-platform desktop applications using JavaScript, HTML and CSS. The latest update depreciates some process events, and added new modules, APIs, methods, and more. Read into all the changes in the Electron release notes. This month, Electron also introduced a new formal RFC process.

  • napajs

    Napa.js: a multi-threaded JavaScript runtime

  • Project mention: A list of JavaScript engines, runtimes, interpreters | /r/learnjavascript | 2023-12-10

    Napa.js

  • 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
  • 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: Brig: A user interface toolkit for Node.js, which is based on Qt for rendering | news.ycombinator.com | 2024-01-20

    This looks like it hasn't been maintained in years but there's a modern equivalent in NodeGUI [1] which also has React/Svelte/Vue implementations. Unfortunately it requires a custom build of Node that merges the libuv and Qt6 event loops so YMMV.

    It actually inspired me to write my own implementation with Svelte on top of QuickJS and Qt Widgets but the task of wrapping the entire Qt6 API in Rust proved to be intractable once I found out that most methods weren't marked Q_INVOKABLE and thus couldn't be called via reflection (requiring manual wrapping). Providing a `Document.createElement` API that created Qt Widgets with working attributes and event handling worked surprisingly well though!

    [1] https://github.com/nodegui/nodegui

  • uWebSockets.js

    μWebSockets for Node.js back-ends :metal:

  • Project mention: Building Real-Time Next.js Apps with WebSockets and Soketi | dev.to | 2023-12-10

    If you have never heard of Soketi, to give you a brief overview, it is a WebSocket server that was built on top of uWebSockets.js and has great compatibility with Pusher Protocol.

  • miniblink49

    a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef

  • mediasoup

    Cutting Edge WebRTC Video Conferencing

  • Project mention: WebRTC for the Curious | news.ycombinator.com | 2024-01-04
  • Phusion Passenger

    A fast and robust web server and application server for Ruby, Python and Node.js

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • puerts

    PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.

  • NectarJS

    🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

  • nan

    Native Abstractions for Node.js

  • Project mention: What's the "modern" way of creating a native addon for Node.js? | /r/node | 2023-06-10
  • node-addon-examples

    Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html

  • node-addon-api

    Module for using Node-API from C++

  • Project mention: How to run one AsyncWorker at a time? | /r/node | 2023-12-10
  • DeskGap

    A cross-platform desktop app framework based on Node.js and the system webview

  • Project mention: This year in Servo: over 1000 pull requests and beyond | news.ycombinator.com | 2023-12-18
  • graaljs

    A ECMAScript 2023 compliant JavaScript implementation built on GraalVM. With polyglot language interoperability support. Running Node.js applications!

  • Project mention: An ES5-compliant JavaScript interpreter, written in Java | news.ycombinator.com | 2024-03-09

    I would guess that depends on the licensing context in which it will be running, since Rhino is MPLv2 <https://github.com/mozilla/rhino/blob/Rhino1_7_14_Release/LI...> and OP's repo is MIT whereas Graal is UPLv1 <https://github.com/oracle/graaljs/blob/graal-23.1.2/LICENSE>. GitHub's license gizmo claims it is OSI/FSF approved, but Oracle gonna Oracle and they for sure have more lawyers than you do

  • greenworks

    a node.js plugin to integrate nw.js/electron games with steamworks

  • node-hid

    Access USB & Bluetooth HID devices through Node.js

  • Project mention: Dynamouse: Mouse driver for big Mac studios | news.ycombinator.com | 2024-01-30
  • llnode

    An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.

  • Project mention: Taming the dragon: using llnode to debug your Node.js application | dev.to | 2023-06-13

    The result shows us that there's an array holding a lot (156027) of objects, and is probably the reason we have so many Visit objects in memory (spoiler: it is, look at line 13 and 16 of our server). Unfortunately, llnode can't tell where this array is located yet, but there's an open issue to add this feature in the future.

  • media-server-node

    WebRTC Media Server for Node.js

  • NodeRT

    Winrt APIs-node.js modules generator

  • memoryjs

    Read and write process memory in Node.js (Windows API functions exposed via Node bindings)

  • obs-studio-node

    libOBS (OBS Studio) for Node.Js, Electron and similar tools

  • node-gtk

    GTK+ bindings for NodeJS (via GObject introspection)

  • DISCoHAsH

    :rocket: DISCoHAsH - Simple, fast, quality hash in 120 lines. 10GB/s serial (depending on hardware). Also in NodeJS

  • Project mention: Show HN: Discohash – simply, quality, fast hash | news.ycombinator.com | 2023-06-23

    // https://github.com/dosyago/discohash

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ NodeJS related posts

Index

What are some of the best open-source NodeJS projects in C++? This list will help you:

Project Stars
1 Electron 111,866
2 napajs 9,238
3 nodegui 8,729
4 uWebSockets.js 7,252
5 miniblink49 6,881
6 mediasoup 5,882
7 Phusion Passenger 4,965
8 puerts 4,626
9 NectarJS 3,540
10 nan 3,245
11 node-addon-examples 2,422
12 node-addon-api 2,045
13 DeskGap 1,824
14 graaljs 1,614
15 greenworks 1,436
16 node-hid 1,416
17 llnode 1,140
18 media-server-node 774
19 NodeRT 651
20 memoryjs 620
21 obs-studio-node 579
22 node-gtk 485
23 DISCoHAsH 216

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com