Skip to content

A simple HTTPS server for local development. Implemented in Rust.

License

Notifications You must be signed in to change notification settings

Property404/devserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devserver

Tool used to serve static files and reload when they change

WARNING: DO NOT USE THIS TOOL IN PRODUCTION - IT IS NOT SECURE

Forked from kettle11/devserver

Installation

cargo install --git https://github.com/Property404/devserver

Usage

Open a command line and navigate to the directory you'd like to host then run:

devserver

Visit https://localhost:8080 or https://localhost:8080 to see your hosted content.

About

A simple HTTPS server for local development. Implemented in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.7%
  • HTML 2.3%