Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rws

Rust Web Server (RWS) is a minimal, multi-threaded web server that accepts requests via HTTP and serves static content.

Configuration

The following environment variables can be used to configure RWS:

RWS_ADDRESS - Address to bind (default: "127.0.0.1")

RWS_PORT - Port to bind (default: "8080")

RWS_ROOT - Directory to serve content from (default: ".")

About

A web server written in Rust.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages