livehttpd

Crates.iolivehttpd
lib.rslivehttpd
version1.0.10
sourcesrc
created_at2023-01-16 19:56:12.178518
updated_at2024-09-17 19:37:07.753511
descriptionA development server with live-reload capabilities.
homepagehttps://github.com/leotaku/tower-livereload/tree/master/examples/livehttpd
repositoryhttps://github.com/leotaku/tower-livereload
max_upload_size
id760557
size37,665
Leo Gaskin (leotaku)

documentation

README

livehttpd

Crates.io Lib.rs

A development server with live-reload capabilities.

Usage

Livehttpd can be pointed at a directory, which it will then serve locally. Whenever any file in the specified directory changes, livehttpd will reload all connected web-browsers.

You can also stop and restart livehttpd, in which case web browsers will reload whenever they can connect to the server again. This may be useful when integrating livehttpd into custom build processes.

livehttpd .

Use the above command to serve the current directory. Please refer to the help message for additional command-line options.

License

livehttpd is free and open source software distributed under the terms of either the MIT or the Apache 2.0 license, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 203

cargo fmt