Skip to content

kingkongofficial/kingkong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: