Skip to content

backslash057/live-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-server CLI

Live is a command line tool used to start a minimalist web server supporting live reload

Live always handle requests using HTTP/1.1 no matter the version of the incoming http request and so do not support the following features

  • Persistant TCP connections
  • TLS handshake
  • Accurated reponse codes
  • etc

These features might be implemented later.

##How to install You can either download prebuilt release for your platform from the release page, add to your path and use live at cli tool

bash sudo apt install build-essentials git clone https://github.com/backslash057/live-server.git cd live-server make ./bin/live

Hope it's helpful

About

live-server CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published