npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

techno4-threads

v2.0.4

Published

TECHNO4 FRAMEWORK2 Visual Workflow & Threads Studio

Readme

TECHNO4 Threads Studio (techno4-threads)

Середовище візуального проєктування мікросервісів та апаратних потоків для TECHNO4 FRAMEWORK2
Visual workflow and hardware stream design studio for TECHNO4 FRAMEWORK2

License: LGPL-3.0-or-later Organization


uk_UA  |  en_GB



uk_UA

🎯 Мета проєкту

Вільна ініціатива розвитку сучасних інструментів розробника за підтримки благодійної організації «БЛАГОДІЙНИЙ ФОНД ТЕХНО4» (CO «CF TECHNO4»).

techno4-threads — це потужне середовище візуального програмування (low-code visual workflow editor) для проектування логіки мікросервісів, автоматизації потоків даних (ThreadsStream) та взаємодії з апаратними пристроями (Serial COM, Web Audio, MIDI, IoT-датчики) у режимі реального часу.

Побудоване на базі рушія techno4-total і призначене для автономної роботи або інтеграції у складніші архітектури (включно з вбудовуванням через iframe у клієнтські застосунки TECHNO4).

⚡ Ключові можливості

  • Візуальний редактор потоків: drag-and-drop конструювання ланцюжків обробки даних безпосередньо у браузері.
  • Підтримка понад 140 компонентів: повна сумісність із бібліотекою вузлів techno4-threads-components (REST, WebSockets, MQTT, Serial, NoSQL, AI/Ollama, Crontab).
  • Потокова телеметрія та налагодження: візуальне відстеження повідомлень між вузлами в реальному часі з показниками затримок та черг.
  • Апаратні мости (Hardware Bridging): пряме читання та запис у UART/COM-порти, генерація аудіопотоків, MIDI-тригери.
  • Кластеризація та надійність: підтримка ізольованих робочих процесів (worker threads) та автоматичного перезапуску при збоях.

📦 Встановлення та запуск

1. Глобальне встановлення (CLI):

npm install -g techno4-threads

Запуск студії (за замовчуванням порт 8008 або 8000):

techno4-threads 8008
# або скорочено:
t4-threads 8008

2. Запуск через npx без встановлення:

npx techno4-threads 8008

3. Запуск із вихідного коду (всередині монорепозиторію):

cd packages/techno4-framework2-threads
npm install
node index.js 8008 --release

Після запуску відкрийте браузер за адресою:
👉 http://localhost:8008

🧩 Додаткові компоненти

Для розширення набору вузлів встановіть бібліотеку компонентів:

npm install techno4-threads-components

📚 Офіційна документація

Докладна документація та посібники з розробки:
👉 https://techno4.online/надбання/фреймворк

⚖️ Ліцензія та права

Вихідний код розповсюджується за ліцензією LGPL-3.0-or-later.
Підтримується: благодійна організація «БЛАГОДІЙНИЙ ФОНД ТЕХНО4» (CO «CF TECHNO4»).
Автор: Mykola Zghurskyi ([email protected]).
Містить адаптовані компоненти із проєкту Total.js Threads (MIT License).


en_GB

🎯 Project Mission

A free initiative fostering modern developer tools, supported by the charitable organization "CO «CF TECHNO4»" (благодійна організація «БЛАГОДІЙНИЙ ФОНД ТЕХНО4»).

techno4-threads is an advanced low-code visual workflow and stream programming environment for TECHNO4 FRAMEWORK2. Designed to visually design microservices, data processing pipelines (ThreadsStream), and real-time hardware automation (Serial COM, Web Audio, MIDI, IoT sensors).

Engineered on top of the techno4-total backend runtime, it runs as a standalone daemon or embedded inside TECHNO4 client applications via iframe.

⚡ Key Features

  • Visual Pipeline Designer: Interactive drag-and-drop workflow canvas running directly in the browser.
  • Over 140 Ready Nodes: Native support for techno4-threads-components (REST endpoints, WebSockets, MQTT brokers, Serial COM, NoSQL, AI/Ollama, Cron schedules).
  • Real-Time Telemetry & Debugging: Visual packet tracing between nodes with latency monitors and queue metrics.
  • Hardware Bridging: Direct bidirectional communication with UART/COM serial ports, audio stream processing, and MIDI events.
  • Process Isolation & Resilience: Clustered execution with worker thread isolation and automated crash recovery.

📦 Installation & Quick Start

1. Global Installation (CLI):

npm install -g techno4-threads

Launch Threads Studio (default port 8008 or 8000):

techno4-threads 8008
# or using short alias:
t4-threads 8008

2. Run Instantly via npx:

npx techno4-threads 8008

3. Run from Source (Monorepo):

cd packages/techno4-framework2-threads
npm install
node index.js 8008 --release

After starting, navigate in your browser to:
👉 http://localhost:8008

🧩 Extended Component Library

To expand available canvas nodes, install the official component catalog:

npm install techno4-threads-components

📚 Official Documentation

Complete documentation and developer guides:
👉 https://techno4.online/надбання/фреймворк

⚖️ License & Attribution

Distributed under the LGPL-3.0-or-later license.
Published and supported by CO «CF TECHNO4» (благодійна організація «БЛАГОДІЙНИЙ ФОНД ТЕХНО4»).
Author: Mykola Zghurskyi ([email protected]).
Contains derivatives of Total.js Threads (MIT License).