Servers samples for development
- 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