add some notes and basic code

This commit is contained in:
2024-11-08 20:21:31 +01:00
parent e2bded0456
commit 7f186ff44b
11 changed files with 246 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# cws
A Web Server written in C (educational purposes)
A simple Web Server written in C (learning purposes)
## Requirements
- [meson](https://mesonbuild.com/index.html)
@@ -26,3 +26,5 @@ And then run `cws`!
## Resources
- [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/)
You can find my journey inside the `notes` directory!