awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nodeapps/http-server

Open-source alternatives to Http Server

30 open-source projects similar to nodeapps/http-server, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Http Server alternative.

  • experience-monks/devtoolAvatar de Experience-Monks

    Experience-Monks/devtool

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

    arturadib/shelljs

    0Ver en GitHub↗
    Ver en GitHub↗0
  • auth0/node-jsonwebtokenAvatar de auth0

    auth0/node-jsonwebtoken

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

    bkeepers/rosie

    0Ver en GitHub↗
    Ver en GitHub↗0
  • chaijs/chaiAvatar de chaijs

    chaijs/chai

    8,264Ver en 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
    Ver en GitHub↗8,264

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • cheeriojs/cheerioAvatar de cheeriojs

    cheeriojs/cheerio

    30,386Ver en 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
    Ver en GitHub↗30,386
  • codemix/fast.jsAvatar de codemix

    codemix/fast.js

    3,386Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗3,386
  • devongovett/pdfkitD

    devongovett/pdfkit

    0Ver en GitHub↗
    Ver en GitHub↗0
  • elasticsearch/elasticsearch-jsE

    elasticsearch/elasticsearch-js

    0Ver en GitHub↗
    Ver en GitHub↗0
  • hapijs/hapiAvatar de hapijs

    hapijs/hapi

    14,789Ver en 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
    Ver en GitHub↗14,789
  • hexojs/hexoAvatar de hexojs

    hexojs/hexo

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

    indexzero/daemon.node

    0Ver en GitHub↗
    Ver en GitHub↗0
  • indutny/node-spdyI

    indutny/node-spdy

    0Ver en GitHub↗
    Ver en GitHub↗0
  • iojs/io.jsI

    iojs/io.js

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jaredhanson/oauth2orizeAvatar de jaredhanson

    jaredhanson/oauth2orize

    3,531Ver en GitHub↗

    OAuth 2.0 authorization server toolkit for Node.js.

    JavaScriptexpressoauth2oauth2orize
    Ver en GitHub↗3,531
  • js2coffee/js2coffeeAvatar de js2coffee

    js2coffee/js2coffee

    2,080Ver en GitHub↗

    Compile JavaScript to CoffeeScript

    CoffeeScript
    Ver en GitHub↗2,080
  • jsdoc3/jsdocJ

    jsdoc3/jsdoc

    0Ver en GitHub↗

    An API documentation generator for JavaScript.

    Ver en GitHub↗0
  • koajs/koaAvatar de koajs

    koajs/koa

    35,713Ver en 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
    Ver en GitHub↗35,713
  • laverdet/node-fibersAvatar de laverdet

    laverdet/node-fibers

    3,549Ver en GitHub↗

    Fiber/coroutine support for v8 and node.

    C++
    Ver en GitHub↗3,549
  • leizongmin/js-xssAvatar de leizongmin

    leizongmin/js-xss

    5,319Ver en 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
    Ver en GitHub↗5,319
  • lovell/sharpAvatar de lovell

    lovell/sharp

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

    Marak/Faker.js

    0Ver en GitHub↗
    Ver en GitHub↗0
  • mcavage/node-restifyM

    mcavage/node-restify

    0Ver en GitHub↗
    Ver en GitHub↗0
  • mikaelbr/node-notifierAvatar de mikaelbr

    mikaelbr/node-notifier

    5,840Ver en 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
    Ver en GitHub↗5,840
  • netease/pomeloAvatar de NetEase

    NetEase/pomelo

    11,880Ver en 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
    Ver en GitHub↗11,880
  • node-inspector/node-inspectorAvatar de node-inspector

    node-inspector/node-inspector

    12,646Ver en 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
    Ver en GitHub↗12,646
  • node-webot/wechatAvatar de node-webot

    node-webot/wechat

    5,162Ver en 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
    Ver en GitHub↗5,162
  • nomiddlename/log4js-nodeN

    nomiddlename/log4js-node

    0Ver en GitHub↗
    Ver en GitHub↗0
  • petkaantonov/bluebirdAvatar de petkaantonov

    petkaantonov/bluebird

    20,515Ver en 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
    Ver en GitHub↗20,515
  • postwait/node-amqpAvatar de postwait

    postwait/node-amqp

    1,679Ver en GitHub↗

    UNMAINTAINED node-amqp is an AMQP client for nodejs

    JavaScript
    Ver en GitHub↗1,679