Skip to content

A simple HTTP server made in rust. This is not innovative, but is a helpful adaptation which may be used in future projects.

License

Notifications You must be signed in to change notification settings

hudson-newey/Rust-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust HTTP Server

A simple, not innovative server that can be used as a reference if you need a simple HTTP server which serves files.
Note: This server has zero security measures in place and willingly fall victim to a variety of basic attacks. I will be working on this in future increments, but at the moment, it is inherently insecure and should not be used in production.


To Run: $ ./start.sh
Goto http://localhost:8080/

About

A simple HTTP server made in rust. This is not innovative, but is a helpful adaptation which may be used in future projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published