# sbstjn/noduino

JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets

Repository: https://github.com/sbstjn/noduino
Canonical: https://ross.abutalabs.com/products/noduino
Homepage: http://sbstjn.github.io/noduino/
Language: CSS
License Family: other
Topics: arduino, nodejs, browser, html5, websocket, serial
Last push: 2018-05-24T21:24:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5302, "days_push": 3023, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1234, forks 217 (observed 2026-08-28T04:04:04.734057+00:00)

## What it is
Noduino is a JavaScript and Node.js framework for controlling Arduino boards from web applications using HTML5, Socket.IO, and WebSockets. It provides a unified API for digital and analog read/write operations over serial or WebSocket connections, with all client and server code written in JavaScript.

## Use cases
- control LEDs connected to an Arduino from a web browser
- read analog inputs from an Arduino in a web application
- control browser games with an old NES game pad connected via Arduino
- build an HTML5 interface for Arduino digital and analog I/O
- listen for Arduino hardware events to drive a web UI
- prototype Arduino control over WebSocket or serial with the same code

## When to choose
- you want to control an Arduino from a browser using only JavaScript
- you need a simple proof-of-concept bridge between HTML5 UIs and Arduino pins
- you want portable code that works over both serial and WebSocket connections

## When to avoid
- you need a maintained library with active support or a license
- you require advanced Arduino features beyond basic digital/analog read and write
- you are building a production IoT system rather than a hobby prototype
- you prefer modern alternatives like Johnny-Five or Firmata-based tooling

## Facets
- artifact type: framework
- maturity: abandoned
- function: websocket, http-server, middleware
- domain: iot, hardware, web-development, developer-tools
- platform: browser, cross-platform
- tags: arduino, hardware-control, socket-io, serial-connection, html5, electronics, proof-of-concept, nodejs

## Member repositories
- sbstjn/noduino (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:04.734057+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:22:11.420776+00:00, confidence not recorded.
  - readme: https://github.com/sbstjn/noduino (fetched 2026-08-28T04:04:04.734057+00:00, sha 1f77a2dc6ad5)
  - homepage: http://sbstjn.github.io/noduino/ (fetched 2026-08-29T12:21:33.577249+00:00, sha 766ec9bcf626)
- Data as of 2026-08-30T08:39:29.467469+00:00.
