A collection of the modules written for ecewo.
| Module | Description |
|---|---|
| ecewo-cluster | Multi-process clustering |
| ecewo-cookie | Cookie parsing and management |
| ecewo-cors | Cross-Origin Resource Sharing (CORS) |
| ecewo-fs | Async file system operations |
| ecewo-helmet | Security headers middleware |
| ecewo-postgres | Async PostgreSQL integration |
| ecewo-session | Session management with in-memory storage |
| ecewo-static | Static file serving with security features |
- Clone the repo:
git clone https://github.com/savashn/ecewo-modules.git- Create a build directory:
mkdir build && cd build- Compile the program:
cmake ..
cmake --build .- Run tests:
./modules_test