You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
# http-server-rust
2
-
Implementing an HTTP Server from scratch using Rust 🦀
3
-
4
1
## Introduction
5
2
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
0 commit comments