awesome-repositories.com
Blog
MCP
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
·
mochi avatar

mochi/mochiweb

0
View on GitHub↗
1,888 Stars·463 Forks·Erlang·2 Aufrufe

Mochiweb

MochiWeb is an Erlang library for building lightweight HTTP servers.

Features

  • API Frameworks - Library for building lightweight HTTP servers in Erlang.
  • HTTP Clients and Servers - Library for building lightweight HTTP servers.
  • Language Toolkits - Library for building lightweight Erlang HTTP servers.
  • Web Frameworks - Library for building lightweight HTTP servers.

Star-Verlauf

Star-Verlauf für mochi/mochiwebStar-Verlauf für mochi/mochiweb

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

Open-Source-Alternativen zu Mochiweb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mochiweb.
  • ninenines/cowboyAvatar von ninenines

    ninenines/cowboy

    7,513Auf GitHub ansehen↗

    Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory usage and can be used as a standalone server or as an embedded networking library integrated directly into an existing application. The project implements modern transport protocols, including HTTP/3, QUIC, and WebTransport, to enable faster connections and bidirectional data streaming. It also functions as a real-time communication server supporting Server-Sent Events for pushing asynchronous updates to clients. Broad capabilities include path and content-type based request rout

    Erlang
    Auf GitHub ansehen↗7,513
  • zalando/connexionAvatar von zalando

    zalando/connexion

    4,600Auf GitHub ansehen↗

    Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact

    Python
    Auf GitHub ansehen↗4,600
  • gofiber/fiberAvatar von gofiber

    gofiber/fiber

    39,849Auf GitHub ansehen↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Goexpressexpressjsfast
    Auf GitHub ansehen↗39,849
  • closeio/flask-mongorestAvatar von closeio

    closeio/flask-mongorest

    520Auf GitHub ansehen↗

    Restful API framework wrapped around MongoEngine

    Python
    Auf GitHub ansehen↗520
Alle 30 Alternativen zu Mochiweb anzeigen→

Häufig gestellte Fragen

Was macht mochi/mochiweb?

MochiWeb is an Erlang library for building lightweight HTTP servers.

Was sind die Hauptfunktionen von mochi/mochiweb?

Die Hauptfunktionen von mochi/mochiweb sind: API Frameworks, HTTP Clients and Servers, Language Toolkits, Web Frameworks.

Welche Open-Source-Alternativen gibt es zu mochi/mochiweb?

Open-Source-Alternativen zu mochi/mochiweb sind unter anderem: zalando/connexion — Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to… ninenines/cowboy — Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory… gofiber/fiber — Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead.… falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… channelcat/sanic — Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web…