awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mochi avatar

mochi/mochiweb

0
View on GitHub↗
1,888 星标·463 分支·Erlang·6 次浏览

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 历史

mochi/mochiweb 的 Star 历史图表mochi/mochiweb 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mochi/mochiweb 是做什么的?

MochiWeb is an Erlang library for building lightweight HTTP servers.

mochi/mochiweb 的主要功能有哪些?

mochi/mochiweb 的主要功能包括:API Frameworks, HTTP Clients and Servers, Language Toolkits, Web Frameworks。

mochi/mochiweb 有哪些开源替代品?

mochi/mochiweb 的开源替代品包括: 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…

Mochiweb 的开源替代方案

相似的开源项目,按与 Mochiweb 的功能重合度排序。
  • ninenines/cowboyninenines 的头像

    ninenines/cowboy

    7,513在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,513
  • zalando/connexionzalando 的头像

    zalando/connexion

    4,600在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,600
  • gofiber/fibergofiber 的头像

    gofiber/fiber

    39,849在 GitHub 上查看↗

    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
    在 GitHub 上查看↗39,849
  • closeio/flask-mongorestcloseio 的头像

    closeio/flask-mongorest

    520在 GitHub 上查看↗

    Restful API framework wrapped around MongoEngine

    Python
    在 GitHub 上查看↗520
  • 查看 Mochiweb 的所有 30 个替代方案→