Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.45 KB

kingkong

King Kong Web Framework

forthebadge

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: