awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesJavaScript Scripting Environments

Runtimes for executing JavaScript code and managing project dependencies within the system.

Distinct from Python Scripting Environments: Distinct from Python Scripting Environments: covers JavaScript runtime support for database scripting, not Python.

Explore 5 awesome GitHub repositories matching development tools & productivity · JavaScript Scripting Environments. Refine with filters or upvote what's useful.

Awesome JavaScript Scripting Environments GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • clearw5/auto.jsclearw5 का अवतार

    clearw5/Auto.js

    12,861GitHub पर देखें↗

    Auto.js is an Android scripting platform and mobile automation tool that runs JavaScript code directly on the device. It provides an integrated development environment for writing, testing, and debugging automation scripts that control apps and system functions through the Android Accessibility Service. The platform combines a JavaScript runtime with event-driven task scheduling, allowing scripts to be triggered by system events, time conditions, or UI changes. Its mobile IDE includes live preview capabilities for real-time script execution and debugging, while a plugin system extends automat

    Runs JavaScript scripts directly on an Android device to control apps and system functions.

    androidautojsautomation
    GitHub पर देखें↗12,861
  • evcc-io/evccevcc-io का अवतार

    evcc-io/evcc

    6,856GitHub पर देखें↗

    evcc is an open-source home energy management system and solar charging optimization engine. It coordinates solar inverters, electric vehicle chargers, home batteries, and smart devices to route surplus solar energy to load points, optimizing energy use and minimizing grid costs. The platform functions as a multi-protocol charger orchestrator and ISO 15118-2 plug and charge controller, enabling automatic vehicle identification and battery state retrieval. It distinguishes itself through a plugin-based device abstraction layer and protocol-agnostic drivers that unify control across diverse har

    Provides a JavaScript runtime for rapid prototyping of energy data processing logic.

    Gobatterychargereebus
    GitHub पर देखें↗6,856
  • alibaba/alisqlalibaba का अवतार

    alibaba/AliSQL

    5,706GitHub पर देखें↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Provides JavaScript and Python scripting environments for automating database tasks.

    C++alisqldatabaseduckdb
    GitHub पर देखें↗5,706
  • rhysd/vim.wasmrhysd का अवतार

    rhysd/vim.wasm

    5,635GitHub पर देखें↗

    vim.wasm is a full port of the Vim editor compiled to WebAssembly that runs entirely in a browser tab. It provides a complete code editing experience with syntax highlighting, text objects, and all standard Vim features, executing natively in the browser through Emscripten compilation. The editor integrates deeply with browser capabilities, including drag-and-drop file opening, system clipboard synchronization for cross-application copy and paste, and IndexedDB-based persistent storage that preserves user configuration and edited files across browser sessions. Files can be loaded from URLs vi

    Runs JavaScript code from the editor buffer directly in the browser context.

    Vim Scripteditorvimwasm
    GitHub पर देखें↗5,635
  • brucedevices/firmwareBruceDevices का अवतार

    BruceDevices/firmware

    4,941GitHub पर देखें↗

    This firmware transforms an ESP32 device into a portable penetration testing platform by combining an embedded JavaScript runtime with multi-protocol wireless attack capabilities, USB and Bluetooth HID emulation, and a menu-driven user interface. It is designed as a unified system that integrates persistent storage, hardware abstraction for external radio modules, a serial command protocol for headless operation, and a web-based remote desktop that streams the device screen and relays button inputs for remote control. The custom JavaScript scripting environment enables users to write and run

    Interprets JavaScript scripts with hardware API bindings for automated penetration testing.

    Cbrucecardputerembedded-systems
    GitHub पर देखें↗4,941
  1. Home
  2. Development Tools & Productivity
  3. Python Development Tools
  4. Script Execution Engines
  5. Python Scripting Environments
  6. JavaScript Scripting Environments

सब-टैग एक्सप्लोर करें

  • Android Automation ScriptsJavaScript scripts designed to control Android device actions, app interactions, and system functions. **Distinct from JavaScript Scripting Environments:** Distinct from JavaScript Scripting Environments: specifically targets Android device automation rather than general JavaScript execution.
  • In-Editor JavaScript RuntimesExecutes JavaScript code from within an editor buffer by passing the buffer content as a script to the browser context. **Distinct from JavaScript Scripting Environments:** Distinct from JavaScript Scripting Environments: focuses on executing JS from within an editor buffer, not a standalone runtime or dependency manager.
  • Mobile JavaScript IDEsIntegrated development environments on mobile devices for writing and running JavaScript code. **Distinct from JavaScript Scripting Environments:** Distinct from JavaScript Scripting Environments: provides a full IDE experience on mobile, not just a runtime for executing scripts.