Skip to content

Muhammad-Sarfaraz/Tara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tara: A HTTP Server Written in Rust

🔥 Tara: A HTTP Server Written in Rust.

🌟 Tara, meaning "star" in Bengali, is a high-performance HTTP server written in Rust. This project combines the speed and reliability of Rust with a focus on simplicity and versatility.

Setup from source code

  • Clone the repository using git clone
  • Define route in src/website_handler.rs
  • Run the server using cargo run