Skip to content
Snippets Groups Projects
Commit 9b07cdaa authored by codecraft's avatar codecraft :crocodile:
Browse files

Update README

parent 4ee0cffd
No related branches found
No related tags found
No related merge requests found
# WebServer
Das ist ein einfaches Projekt um Rust zu lernen, wobei ich einen Multi-Threaded-Webserver mit so wenigen Bibleotheken wie möglich baue. Das sind keine Bibleotheken die in Production verwendet werden sollten. Ich versuche Sicherheitslücken zu finden und zu entfernen, jedoch kann ich nichts garantieren.
This was a simple project to learn the rust programming language. I learned a lot and am satisfied with the result.
## Installation
Install Rust and clone the Repo
```
git clone git@edugit.org:codecraft/webserver
```
or
or
```
git clone https://edugit.org/codecraft/webserver
```
## Usage
```
cd webserver
cd site
cargo run
cargo run --release
```
## Support
## License
EuPl
EUPL
## Project status
Active
Finished
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment