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
·
vercel avatar

vercel/micro

0
View on GitHub↗

Micro

Micro is a Node.js HTTP microservices framework used to build asynchronous web servers. It enables the creation of lightweight services that handle requests and responses through single-purpose functions to reduce operational footprint and latency.

The framework functions as a JSON API backend and a WebSocket communication server, allowing for the establishment of bidirectional socket connections for real-time data updates and instant messaging.

Its capability surface covers HTTP request processing, including the parsing of JSON and URL-encoded request bodies. It also supports external API integration and the handling of GraphQL queries and mutations.

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Features

  • Microservice Frameworks - Provides a lightweight framework for building asynchronous HTTP microservices that reduce operational footprint and latency.
  • Web Servers - Functions as a lightweight asynchronous web server that handles requests through single-purpose functions.
  • Microservices - Provides a platform for building and deploying lightweight, asynchronous microservices.
  • Asynchronous Request Handlers - Provides asynchronous request handlers to process multiple client requests concurrently for high throughput.
  • Asynchronous Request Processing - Implements non-blocking methods for processing incoming HTTP request bodies to maintain high concurrency.
  • HTTP Request Handling - Implements asynchronous parsing and routing of JSON and URL-encoded HTTP request bodies.
  • JSON APIs - Serves as a backend for programmatic consumption of structured JSON data.
  • Microservices Frameworks - Provides a lightweight framework for deploying asynchronous HTTP microservices with minimal resource overhead.
  • Microservices Platforms - Enables the deployment of modular microservices as lightweight asynchronous functions.
  • Single-Purpose Handlers - Maps incoming HTTP requests to specific asynchronous handler functions to create lightweight and isolated service logic.
  • JSON - Automatically parses incoming JSON request bodies into JavaScript objects using asynchronous processing.
  • Hybrid REST and WebSocket Servers - Combines synchronous HTTP request handling with bidirectional WebSocket connections in a single service.
  • Socket Communication - Provides persistent network connections for real-time bidirectional data exchange between clients and the server.
  • Request Body Parsers - Automatically extracts data from JSON or URL-encoded payloads by detecting the request content type.
  • Middleware Chains - Utilizes a pipeline of asynchronous functions to transform requests and responses before they reach the final handler.
  • Real-Time Communication - Implements WebSocket-based bidirectional data streaming for real-time notifications and instant messaging.
  • Web Frameworks - Minimalistic framework for building asynchronous microservices.
  • Articles & FAQ - Listed in the “Articles & FAQ” section of the Awesome Micro awesome list.
10,618 Stars·449 Forks·TypeScript·MIT·6 Aufrufe

Star-Verlauf

Star-Verlauf für vercel/microStar-Verlauf für vercel/micro

Häufig gestellte Fragen

Was macht vercel/micro?

Micro is a Node.js HTTP microservices framework used to build asynchronous web servers. It enables the creation of lightweight services that handle requests and responses through single-purpose functions to reduce operational footprint and latency.

Was sind die Hauptfunktionen von vercel/micro?

Die Hauptfunktionen von vercel/micro sind: Microservice Frameworks, Web Servers, Microservices, Asynchronous Request Handlers, Asynchronous Request Processing, HTTP Request Handling, JSON APIs, Microservices Frameworks.

Welche Open-Source-Alternativen gibt es zu vercel/micro?

Open-Source-Alternativen zu vercel/micro sind unter anderem: koajs/koa — Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… sanic-org/sanic — Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as… javalin/javalin — Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It… zeit/micro — Micro is a minimalist Node.js web framework designed for creating lightweight, asynchronous HTTP services and JSON… sparckles/robyn — Robyn is a high-performance asynchronous web framework and server for Python that utilizes a Rust-powered runtime to…

Open-Source-Alternativen zu Micro

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Micro.
  • 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
  • dodyg/practical-aspnetcoreAvatar von dodyg

    dodyg/practical-aspnetcore

    10,382Auf GitHub ansehen↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    Auf GitHub ansehen↗10,382
  • sanic-org/sanicAvatar von sanic-org

    sanic-org/sanic

    18,624Auf GitHub ansehen↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    Pythonapi-serverasgiasyncio
    Auf GitHub ansehen↗18,624
  • javalin/javalinAvatar von javalin

    javalin/javalin

    8,290Auf GitHub ansehen↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Kotlinhacktoberfestjavajavalin
    Auf GitHub ansehen↗8,290
Alle 30 Alternativen zu Micro anzeigen→