Skip to content

mattgathu/seva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seva

A simple directory http server inspired by Python's http.server.

Installation

cargo install seva

Usage

You can start serving your current directory by simply running:

seva

To print out the help:

seva --help

References