Skip to content

webdemos/dev-servers-comparation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-servers-comparation

Servers samples for development

Comparation

  • http-server
  • Can open browser
  • Support specify a port
  • Support a specify startup path
  • Can't auto detect file changes
  • Won't cost too much memory
  • Startup quickly
  • List all files under root
  • lite-server
  • Can open browser
  • Support specify a port
  • Support custom configuration
  • Need to specify a index html
  • Auto detect file changes
  • Cost more memory
  • Startup slowly
  • Based on browser-sync
  • live-server
  • Can open browser
  • Support specify a port
  • Support specify a path
  • Auto detect file changes
  • browser-sync
  • Very fast
  • Similar with lite-server

About

Servers samples for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published