awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mochi avatar

mochi/mochiweb

0
View on GitHub↗
1,888 stars·463 forks·Erlang·11 views

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 history

Star history chart for mochi/mochiwebStar history chart for mochi/mochiweb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mochi/mochiweb do?

MochiWeb is an Erlang library for building lightweight HTTP servers.

What are the main features of mochi/mochiweb?

The main features of mochi/mochiweb are: API Frameworks, HTTP Clients and Servers, Language Toolkits, Web Frameworks.

Which projects share features with mochi/mochiweb?

Projects with overlapping indexed features include: 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…

Projects sharing features with Mochiweb

These projects share indexed features with Mochiweb. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ninenines/cowboyninenines avatar

    ninenines/cowboy

    7,513View on 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
    View on GitHub↗7,513
  • zalando/connexionzalando avatar

    zalando/connexion

    4,600View on 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
    View on GitHub↗4,600
  • gofiber/fibergofiber avatar

    gofiber/fiber

    39,849View on 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
    View on GitHub↗39,849
  • closeio/flask-mongorestcloseio avatar

    closeio/flask-mongorest

    520View on GitHub↗

    Restful API framework wrapped around MongoEngine

    Python
    View on GitHub↗520
  • Compare all 30 related projects→