/hello-hyper

A HTTP server written in Rust

Primary LanguageRust

hyper.rs

This repository contains a basic HTTP server written in Rust using hyper.rs guide.

Build & Run

Run

cargo build

to build the project. Then run

./target/debug/hello-hyper

to start the HTTP server. The server is listening on localhost:3000.