ecewo is an asynchronous, single-threaded C web framework with an Express.js-style API.
It provides routing, middleware, request/response helpers, arena-based memory management, and an embedded runtime designed to be friendly to FFI bindings.
This is free and open source software.
Key Features
- Single-threaded asynchronous event loop built on libuv.
- Express.js-style API with routes, middleware, and handlers.
- Supports GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS methods.
- Dynamic path parameters, wildcard routes, and radix-tree route lookup.
- Global, path-prefix, and route-specific middleware chains.
- Helpers for text, HTML, JSON, redirects, headers, query strings, and path parameters.
- Per-request arena allocation with automatic cleanup after responses are sent.
- Async helpers for blocking work, deadlines, timeouts, and recurring intervals.
- Configurable IPv4/IPv6 listening, timeouts, backlog, and connection limits.
- Plugin system with modules for cookies, CORS, HTTPS, multipart forms, PostgreSQL, static files, sessions, and WebSocket support.
- Single public header with prefixed symbols and an FFI-friendly ABI.
Website: github.com/ecewo/ecewo
Support:
Developer: ecewo
License: MIT License
ecewo is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| C Web Frameworks | |
|---|---|
| Kore | Secure web application framework for writing web APIs in C or Python |
| facil.io | High performance web application C framework |
| Onion | Library to create simple HTTP servers and web applications |
| Ulfius | HTTP Framework for REST Applications in C |
| libreactor | Extendable event driven high performance C-abstractions |
| Duda | Event-driven and high performant web services framework |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

