Async Support
Ecewo is built on libuv, a native C library designed for non-blocking asynchronous I/O operations and originally developed for Node.js.
Async Support
Ecewo is built on libuv, a native C library designed for non-blocking asynchronous I/O operations and originally developed for Node.js.
Simple As Node.js
Ecewo is inspired by the simplicity of Express.js. So it’s really simple, but in a C kind of way.
JSON and CBOR Support
Both text-based responses such as JSON and binary-based responses such as CBOR are supported.
Middleware Structure
Offered built-in route-specific and global middlewares.
Authentication Mechanism
You can easily do authentication and authorization using the built-in cookie and session management plugin.
Read The Docs
Start from Introduction page to read the documentation.
Star on Github
Star the Github repo if you find it useful.