3 stable releases
1.0.2 | Jan 24, 2023 |
---|---|
1.0.1 | Jan 19, 2023 |
1.0.0 | Jan 16, 2023 |
#88 in HTTP server
90 downloads per month
37KB
588 lines
livehttpd
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.
# Serve the current directory
livehttpd .
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.
Dependencies
~9–15MB
~246K SLoC