awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nomiddlename/log4js-node

Open-source alternatives to Log4js Node

30 open-source projects similar to nomiddlename/log4js-node, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Log4js Node alternative.

  • experience-monks/devtoolAvatar Experience-Monks

    Experience-Monks/devtool

    3,747Vezi pe GitHub↗

    Devtool is a suite of developer tools designed to execute server-side JavaScript code within a browser environment. It functions as a bridge that allows Node.js programs to run inside a Chromium instance, enabling the use of built-in browser developer tools for visual debugging and performance profiling. The project provides a read-eval-print loop for interactive command execution with support for relative imports and piped input. It also includes a file watcher that monitors source files for changes and automatically reloads programs to accelerate the iteration cycle. The system integrates

    JavaScript
    Vezi pe GitHub↗3,747
  • arturadib/shelljsA

    arturadib/shelljs

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • auth0/node-jsonwebtokenAvatar auth0

    auth0/node-jsonwebtoken

    18,171Vezi pe GitHub↗

    This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta

    JavaScript
    Vezi pe GitHub↗18,171
  • bkeepers/rosieB

    bkeepers/rosie

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • chaijs/chaiAvatar chaijs

    chaijs/chai

    8,264Vezi pe GitHub↗

    Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a behavior-driven development and test-driven development framework, providing a system to verify code outputs, application state, and general logic. The project is an extensible validation engine that uses a plugin-based system to allow the registration of custom assertions and specialized data checks. It supports multiple modular assertion styles to accommodate different validation philosophies. The library covers a broad range of data validation capabilities, including the inspection o

    JavaScript
    Vezi pe GitHub↗8,264

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • cheeriojs/cheerioAvatar cheeriojs

    cheeriojs/cheerio

    30,386Vezi pe GitHub↗

    Cheerio is an HTML and XML parsing library and server-side DOM implementation. It functions as a markup manipulation tool and CSS selector engine, allowing users to parse, query, and modify HTML or XML documents in non-browser environments. The project provides a DOM-like tree representation of markup strings, enabling programmatic addition, removal, and modification of elements and attributes. It features a prototype-based plugin system that allows the extension of core functionality by adding custom methods to the document prototype. The library covers a broad range of capabilities includi

    TypeScriptcheeriodomhacktoberfest
    Vezi pe GitHub↗30,386
  • codemix/fast.jsAvatar codemix

    codemix/fast.js

    3,386Vezi pe GitHub↗

    Faster user-land reimplementations for several common builtin native JavaScript functions.

    JavaScript
    Vezi pe GitHub↗3,386
  • devongovett/pdfkitD

    devongovett/pdfkit

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • elasticsearch/elasticsearch-jsE

    elasticsearch/elasticsearch-js

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • hapijs/hapiAvatar hapijs

    hapijs/hapi

    14,789Vezi pe GitHub↗

    Hapi is a configuration-driven web framework for building secure and scalable HTTP servers and APIs on the Node.js runtime. It functions as a REST API development framework and an enterprise server implementation focused on stability, security, and comprehensive input validation. The framework is built around a plugin-based architecture, allowing core functionality and custom logic to be organized into modular, registerable plugins. It serves as an HTTP request lifecycle manager, enabling the interception and modification of requests through pre-handlers and extensions before they reach the f

    JavaScriptapplicationframeworkhapi
    Vezi pe GitHub↗14,789
  • hexojs/hexoAvatar hexojs

    hexojs/hexo

    41,768Vezi pe GitHub↗

    Hexo is a command-line static site generator designed for content-driven blogging and website creation. It functions as a structured framework that transforms plain text files and markdown into production-ready static websites, utilizing a template-based rendering engine to separate site content from visual presentation. The project is distinguished by its event-driven build pipeline, which manages the entire site lifecycle through a series of hooks for file processing, asset generation, and deployment. Developers can extend the system’s core capabilities through a modular plugin architecture

    TypeScripthacktoberfesthexojavascript
    Vezi pe GitHub↗41,768
  • indexzero/daemon.nodeI

    indexzero/daemon.node

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • indutny/node-spdyI

    indutny/node-spdy

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • iojs/io.jsI

    iojs/io.js

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • jaredhanson/oauth2orizeAvatar jaredhanson

    jaredhanson/oauth2orize

    3,531Vezi pe GitHub↗

    OAuth 2.0 authorization server toolkit for Node.js.

    JavaScriptexpressoauth2oauth2orize
    Vezi pe GitHub↗3,531
  • js2coffee/js2coffeeAvatar js2coffee

    js2coffee/js2coffee

    2,080Vezi pe GitHub↗

    Compile JavaScript to CoffeeScript

    CoffeeScript
    Vezi pe GitHub↗2,080
  • jsdoc3/jsdocJ

    jsdoc3/jsdoc

    0Vezi pe GitHub↗

    An API documentation generator for JavaScript.

    Vezi pe GitHub↗0
  • koajs/koaAvatar koajs

    koajs/koa

    35,713Vezi pe GitHub↗

    Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an asynchronous middleware engine that processes network requests through a sequence of functions sharing a common context. The framework distinguishes itself by using an onion-model middleware stack and promise-based flow control. This architecture allows requests to flow downstream and responses to flow back upstream through the same chain, enabling non-blocking request cycles and a modular approach to handling network traffic. The system provides high-level capabilities for

    JavaScriptkoa
    Vezi pe GitHub↗35,713
  • laverdet/node-fibersAvatar laverdet

    laverdet/node-fibers

    3,549Vezi pe GitHub↗

    Fiber/coroutine support for v8 and node.

    C++
    Vezi pe GitHub↗3,549
  • leizongmin/js-xssAvatar leizongmin

    leizongmin/js-xss

    5,319Vezi pe GitHub↗

    js-xss is an HTML XSS sanitizer and whitelist-based HTML filter designed to remove malicious code from untrusted HTML. It serves as a tool for cross-site scripting prevention and user-generated content management by cleaning HTML strings to ensure safe browser rendering. The library includes a CSS style validator to scrub inline styles against a whitelist and an HTML content purifier capable of stripping all tags to extract raw text. It allows for custom HTML filtering through the definition of specific rules and handler functions to control permitted elements and attributes. The tool covers

    HTML
    Vezi pe GitHub↗5,319
  • lovell/sharpAvatar lovell

    lovell/sharp

    32,340Vezi pe GitHub↗

    Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the libvips framework, providing tools for image resizing, format conversion, and programmatic data manipulation. The project enables the transformation of images into web-friendly formats such as WebP and AVIF while preserving color profiles and alpha channels. It also provides capabilities for generating blank image buffers with specified dimensions and background colors. The library covers a broad range of image manipulation utilities, including rotation, extraction, compositi

    JavaScriptavifcropexif
    Vezi pe GitHub↗32,340
  • marak/faker.jsM

    Marak/Faker.js

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • mcavage/node-restifyM

    mcavage/node-restify

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • mikaelbr/node-notifierAvatar mikaelbr

    mikaelbr/node-notifier

    5,840Vezi pe GitHub↗

    node-notifier is a Node.js library and cross-platform wrapper that provides a unified JavaScript interface for sending native desktop notifications on macOS, Windows, and Linux. It acts as a bridge between JavaScript code and system-level notification binaries such as libnotify, Growl, and Windows Toasters. The project supports integrating native alerts into Node.js applications, Electron desktop apps, and shell scripts. It includes a command-line utility to trigger desktop alerts directly from a terminal using arguments or piped input. The library manages native alert delivery, including th

    JavaScript
    Vezi pe GitHub↗5,840
  • netease/pomeloAvatar NetEase

    NetEase/pomelo

    11,880Vezi pe GitHub↗

    Pomelo is a distributed Node.js game server framework designed for building scalable multiplayer game backends and real-time web applications. It employs a multi-process architecture to distribute application logic horizontally across a cluster of machines, enabling high concurrency and balanced network traffic. The framework utilizes a WebSocket communication layer to manage bidirectional data exchange between diverse web clients and server clusters. It incorporates a remote procedure call system for triggering functions across remote server processes and uses Protocol Buffers for binary ser

    JavaScript
    Vezi pe GitHub↗11,880
  • node-inspector/node-inspectorAvatar node-inspector

    node-inspector/node-inspector

    12,646Vezi pe GitHub↗

    node-inspector is a web-based debugger for Node.js applications that integrates the Blink developer tools interface. It functions as a runtime profiler and inspection suite, providing a remote debugging interface to connect a local browser to a Node.js process. The project enables live code iteration, allowing source code to be modified while the process is running and persisting those changes back to the physical file system. It also includes a JavaScript runtime profiler to monitor CPU and heap usage for identifying bottlenecks and memory leaks. The tool covers execution flow control throu

    JavaScript
    Vezi pe GitHub↗12,646
  • node-webot/wechatAvatar node-webot

    node-webot/wechat

    5,162Vezi pe GitHub↗

    This project is a JavaScript library for integrating applications with the WeChat public platform. It provides the infrastructure necessary to automate message processing, manage user interactions, and connect backend services to the platform. The library enables the design of conversational flows through an interactive menu system and state-based reply mechanisms. It supports customer service automation by routing conversations between automated bots and live human agents, and it includes specialized processing for messages sent from connected hardware devices. Capability areas cover automa

    JavaScript
    Vezi pe GitHub↗5,162
  • nodeapps/http-serverN

    nodeapps/http-server

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • petkaantonov/bluebirdAvatar petkaantonov

    petkaantonov/bluebird

    20,515Vezi pe GitHub↗

    Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise implementation. It provides a framework for controlling promise lifecycles and orchestrating non-blocking programming patterns. The library distinguishes itself with an asynchronous debugging toolkit that captures long stack traces across asynchronous boundaries and a global handler for unhandled promise rejections. It includes a predicate-based error filtering system to target specific exception types and a mechanism for the deterministic cleanup of system resources. It covers a broa

    JavaScript
    Vezi pe GitHub↗20,515
  • postwait/node-amqpAvatar postwait

    postwait/node-amqp

    1,679Vezi pe GitHub↗

    UNMAINTAINED node-amqp is an AMQP client for nodejs

    JavaScript
    Vezi pe GitHub↗1,679