Skip to content

generous-folks/server-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-rs

Multithreaded Web Server in rust-lang.

It's the final project of the official rust-lang documentation.

How to use

Install rustup

For Linux or macOS:

$ curl https://sh.rustup.rs -sSf | sh

For Windows take a look here.

Launch the server

$ git clone [email protected]:generous-folks/server-rs.git
$ cd server-rs
$ cargo run

Go on it

Launch your favorite web browser on the address:

http://127.0.0.1:7878/

About

Multi-thread server in rust-lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published