Skip to content

yovendielmundo/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server

About

The server is an implementation of a http server written in Rust.

How to start developing

Run

cargo run

Test

cargo test

Deploy (Docker)

cargo build --release
docker build -t $USER/server:latest .
docker run -it --rm --name server $USER/server:latest

About

A simple HTTP server implementation in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published