#web-framework #framework #web #chokqu #rust #chokqu-framework

bin+lib chokqu

Sevgi ve özenle geliştirilmekte olan bir Rust web framework'u

2 releases

Uses new Rust 2024

new 0.1.1 Apr 9, 2025
0.1.0 Apr 9, 2025

#534 in #web-framework

Download history 219/week @ 2025-04-06

219 downloads per month

MIT license

7KB

CHOKQU WEB FRAMEWORK

Chokqu is a web framework for building web applications in Rust.

Features

  • Fast and lightweight
  • Easy to use
  • Built-in support for routing, middleware, and templating
  • Asynchronous support
  • Routing
  • Middleware
  • JSON support

Getting Started

To get started with Chokqu, add the following to your Cargo.toml file:

[dependencies]
chokqu = "0.1.0"

Then, create a new Rust file and add the following code:

Dependencies

~6–12MB
~130K SLoC