A tiny echo server written in Gleam! It'll reply with any body posted to /echo.
gleam-lang/example-echo-server की मुख्य विशेषताएं हैं: Web Applications।
gleam-lang/example-echo-server के ओपन-सोर्स विकल्पों में शामिल हैं: emmett-framework/granian — Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major… hubspot/shepherd — Shepherd is an interactive product tour framework and JavaScript onboarding library used to build step-by-step… gleam-lang/example-todomvc — An example codebase that shows how to create a web application in Gleam. It is a backend based implementation of… gleam-lang/packages — 📦 Search for Gleam packages on Hex. losfair/acquire — Digital remake of the "Acquire" board game. aosasona/jsorm — A minimal JSON explorer in Gleam and HTMX.
Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major Python gateway interfaces—ASGI for asynchronous apps, WSGI for synchronous apps, and RSGI for async requests—while also handling HTTP/1.1, HTTP/2, and WebSocket connections through automatic protocol negotiation. Architecturally, Granian uses a multiprocess worker model that isolates requests across CPU cores and provides configurable threadpool-limited concurrency to control backpressure per worker. It includes built-in Prometheus metrics exposition for connection counts and
Shepherd is an interactive product tour framework and JavaScript onboarding library used to build step-by-step instructional journeys. It serves as a web application guidance tool that presents sequences of instructional overlays to help users navigate interfaces and discover features. The library enables the creation of guided user tours, onboarding experiences, and interactive application guides. It is used to provide contextual in-app education and drive product feature adoption by leading users through specific workflows. The framework utilizes configuration-driven tour definitions and a
An example codebase that shows how to create a web application in Gleam. It is a backend based implementation of TodoMVC and demonstrates these features: