Skip to content

jm4l1/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Http Server

Starting the server

cargo run
   Compiling rust_http_server v0.1.0 (rust-http-server)
    Finished dev [unoptimized + debuginfo] target(s) in 0.77s
     Running `target/debug/rust_http_server`
Server Started on 50000

Testing connections connection to the server

In another terminal run the following.

curl localhost:50000

Server output

...
connection received from: 127.0.0.1:63025

About

Simple HTTP Server written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages