SuaveIO/suave
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 10.0
- age_days: 5905
- days_rel: 7
- days_push: 7
- n_releases_24m: 11
Adoption not part of the score
1349 stars · 197 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Suave is a lightweight F# web server library with composable WebPart combinators for routing and request handling, targeting .NET 8/9. It supports HTTP/2, WebSockets, Server-Sent Events, HTTPS/TLS, rate limiting, and non-blocking I/O with low-allocation internals.
Use cases
- build a REST API in F#
- embed a web server in an existing F# application
- serve WebSockets and REST from one port
- write a small microservice with a tiny footprint
- compose HTTP handlers functionally with >=> and choose
- serve static files with SPA fallback
- add HTTPS/TLS to an F# web app
When to choose
- you're an F# developer who wants a lightweight, type-safe, composable web server
- you need HTTP/2, WebSockets, or SSE without a heavy framework
- you want to embed web server capabilities in your own application
- you value low-allocation, non-blocking I/O for steady latency under load
When to avoid
- you need a batteries-included MVC framework with views, auth, and ORM out of the box
- your team works primarily in C# rather than F#
- you need a huge ecosystem of third-party middleware and plugins
- you require .NET Framework or older .NET runtime support
Facets
library · maturity active
http-server web-framework routing websocket middleware rate-limiting templating web-development backend apis dotnet windows cross-platform fsharp functional-programming http2 server-sent-events webparts combinators non-blocking-io tls linux macos docker
4 sources
- readme: https://github.com/SuaveIO/suave · fetched 2026-08-28 · 03b2f3f82a2f
- homepage: https://suave.io · fetched 2026-08-29 · aabf6a83c7cd
- site_page: https://suave.io/docs/faq.html · fetched 2026-08-29 · a931087610e0
- site_page: https://suave.io/docs/getting-started.html · fetched 2026-08-29 · 09648cbbc067
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SuaveIO/suave | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem