d7miiZ / HTTP-Server-Rust

Simple HTTP1.1 Server Build With Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP-Server-Rust

Simple HTTP1.1 Server Build With Rust

How to run it

1- install latest version of rust
2- download the server folder
3- run cargo build then cargo run in the command line in the server folder
4- go to the browser and search for 127.0.0.1:8080 to send request

Notes

1- you can change the index.html content to anything you want to test it out (the html file must be named index)
2- for now there can't be a other files in the public folder except index.html

About

Simple HTTP1.1 Server Build With Rust

License:MIT License


Languages

Language:HTML 58.5%Language:Rust 29.5%Language:Makefile 12.0%