ibeauregard / http-server

The hands-on walkthrough example from Chapter 20 of The Rust Programming Language book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP server

This is the hands-on walkthrough miniproject from Chapter 20 of The Rust Programming Language book.

description

http-server is a simple multithreaded web server.

build and use

You need Rust in order to build and run the http-server.

Execute cargo run to build and run http-server.

About

The hands-on walkthrough example from Chapter 20 of The Rust Programming Language book.


Languages

Language:Rust 89.8%Language:HTML 10.2%