Skip to content

dkg-webserver - a simple web server written in Rust

License

Notifications You must be signed in to change notification settings

dgollub/dkg-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkg-webserver - a simple web server written in Rust

This project implements a minimal web server.

It is mostly based on the web server chapter of the The Rust Programming Language Book.

While the implementation follows the book for the most part, I took some liberties to implement certain things and parts differently.

The server can only handle GET requests right now.

Building and Running

You need the Rust programming language installed (installation guideline).

Then simply run cargo run to run the web server in your terminal.

By default it will listen on localhost on port 8080. Easy access: http://localhost:8080/

Copyright

Copyright 2020 (c) by Daniel Kurashige-Gollub [email protected]

License

MIT

About

dkg-webserver - a simple web server written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published