awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mcavage/node-restify

Open-source alternatives to Node Restify

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

  • experience-monks/devtoolAvatar von Experience-Monks

    Experience-Monks/devtool

    3,747Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,747
  • arturadib/shelljsA

    arturadib/shelljs

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • auth0/node-jsonwebtokenAvatar von auth0

    auth0/node-jsonwebtoken

    18,171Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗18,171
  • bkeepers/rosieB

    bkeepers/rosie

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • chaijs/chaiAvatar von chaijs

    chaijs/chai

    8,264Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,264

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cheeriojs/cheerioAvatar von cheeriojs

    cheeriojs/cheerio

    30,386Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗30,386
  • codemix/fast.jsAvatar von codemix

    codemix/fast.js

    3,386Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗3,386
  • devongovett/pdfkitD

    devongovett/pdfkit

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • elasticsearch/elasticsearch-jsE

    elasticsearch/elasticsearch-js

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hapijs/hapiAvatar von hapijs

    hapijs/hapi

    14,789Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,789
  • hexojs/hexoAvatar von hexojs

    hexojs/hexo

    41,768Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41,768
  • indexzero/daemon.nodeI

    indexzero/daemon.node

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • indutny/node-spdyI

    indutny/node-spdy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • iojs/io.jsI

    iojs/io.js

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jaredhanson/oauth2orizeAvatar von jaredhanson

    jaredhanson/oauth2orize

    3,531Auf GitHub ansehen↗

    OAuth 2.0 authorization server toolkit for Node.js.

    JavaScriptexpressoauth2oauth2orize
    Auf GitHub ansehen↗3,531
  • js2coffee/js2coffeeAvatar von js2coffee

    js2coffee/js2coffee

    2,080Auf GitHub ansehen↗

    Compile JavaScript to CoffeeScript

    CoffeeScript
    Auf GitHub ansehen↗2,080
  • jsdoc3/jsdocJ

    jsdoc3/jsdoc

    0Auf GitHub ansehen↗

    An API documentation generator for JavaScript.

    Auf GitHub ansehen↗0
  • koajs/koaAvatar von koajs

    koajs/koa

    35,713Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗35,713
  • laverdet/node-fibersAvatar von laverdet

    laverdet/node-fibers

    3,549Auf GitHub ansehen↗

    Fiber/coroutine support for v8 and node.

    C++
    Auf GitHub ansehen↗3,549
  • leizongmin/js-xssAvatar von leizongmin

    leizongmin/js-xss

    5,319Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,319
  • lovell/sharpAvatar von lovell

    lovell/sharp

    32,340Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32,340
  • marak/faker.jsM

    Marak/Faker.js

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mikaelbr/node-notifierAvatar von mikaelbr

    mikaelbr/node-notifier

    5,840Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,840
  • netease/pomeloAvatar von NetEase

    NetEase/pomelo

    11,880Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,880
  • node-inspector/node-inspectorAvatar von node-inspector

    node-inspector/node-inspector

    12,646Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,646
  • node-webot/wechatAvatar von node-webot

    node-webot/wechat

    5,162Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,162
  • nodeapps/http-serverN

    nodeapps/http-server

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nomiddlename/log4js-nodeN

    nomiddlename/log4js-node

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • petkaantonov/bluebirdAvatar von petkaantonov

    petkaantonov/bluebird

    20,515Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,515
  • postwait/node-amqpAvatar von postwait

    postwait/node-amqp

    1,679Auf GitHub ansehen↗

    UNMAINTAINED node-amqp is an AMQP client for nodejs

    JavaScript
    Auf GitHub ansehen↗1,679