AndrooFrowns / letsbuildawebserver

Building a static HTTP 1.1 web server in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple HTTP webserver for static websites

I wanted to learn more about HTTP and decided this was a reasonable idea after seeing https://ruslanspivak.com/lsbaws-part1/

Progress and goals

  • Implement simple echo server
  • Serve a simple hello world page similar to from Rust Book
  • investigate what else needs to be included to be ready for HTTP 1.1

About

Building a static HTTP 1.1 web server in rust


Languages

Language:Rust 100.0%