- projects
- densky-framework
-
Densky Framework
Densky (Github repo) is a backend framework optimized for the edge based on file-routing. This framework is built over the Sky system, it is the plugin system of Densky and it unlocks the posibility of do anything as easy as install a plugin.
🌟 Features
- Deno deploy: Support for Deno Deploy.
- Rust core: All the core code is written in Rust, which makes the app blazing fast.
- File routing: This solves the organization problem without import hell.
- Optimized Router: There’s an algorithm to reduce the cost of routing using pre-calculated routes, avoiding complex regex.
- Plugins support (Clouds): Densky can be extended with plugins for everything.
- 🚧 Websockets: Support websockets with zero configuration and file routing for message topics.
- 🚧 DB ORM: Own ORM with auto-generated endpoints specified on the model.
Sky system
🚧 Working on…