Skip to content

Commit e8c9370

Browse files
committed
Improve README
1 parent 51398df commit e8c9370

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# http-server-rust
2-
Implementing an HTTP Server from scratch using Rust 🦀
3-
41
## Introduction
52

6-
This project is a simple implementation of an HTTP server from scratch using Rust. The server is capable of handling dynamic requests. The server is capable of handling multiple requests concurrently using threads.
3+
This project is an implementation of an HTTP server from scratch using Rust. The server is capable of handling dynamic requests and multiple requests concurrently using threads.
4+
5+
**Key Features**
6+
7+
* 🔧 Built entirely from scratch, no external HTTP libraries
8+
* 🦀 Leverages Rust's safety and concurrency features
9+
* 🌐 Implements core HTTP/1.1 functionalities
10+
* 🚦 Handles multiple concurrent connections efficiently
11+
* 📚 Educational resource for understanding HTTP internals and Rust networking
712

813
## Usage
914

0 commit comments

Comments
 (0)