kingkong
King Kong Web Framework
About:
- kingkong is a web framework built using rust. which can be used for building backends :)
Tutorials:
- intrested in kingkong??
- check out the learn kingkong guide
- check out the kingkong examples repo
Installation:
[dependencies]
kingkong = { git = "https://github.com/kingkongofficial/kingkong" }
Quick Start:
use kingkong::prelude::*;
routes! {
GET "/" => |_| "Hello World.";
}
fn main() {
kingkong::run!().unwrap();
}
- for more tutorials check the docs
Contribution:
- kingkong is an open source project you can contribute to it :)
Tweet your experience
Contributors:
- Thanks for those who contributed to this project :)
License:
- kingkong is licensed under Apache-2.0