Rename lite-server to identify it as a quick, easy, simple, demo server not for production use
See original GitHub issueThere has been confusion on the purpose of lite-server. We get asked about using lite-server with IIS, using it to be a full fledged production server, how to deploy it. lite-server is intended to be a server for:
- demo use
- quick and easy server without having to write any server code
- help you focus on writing client code
It is not intended for anything beyond this.
Perhaps we should rename it to demo-server
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How you can use lite-server for a simple development Web ...
This installs the lite-server package and adds it to the devDependencies in our project's package. json file. Also, you can take a look...
Read more >How to install and use lite-server in your Project
The following steps have to be followed to install and use lite-server: 1. Install Node.js: Node.js manages npm libraries and dependencies to ...
Read more >johnpapa/lite-server: Lightweight node server - GitHub
Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS...
Read more >LiteSpeed Web Server Users' Manual - Server General
$SERVER_ROOT is the location where LiteSpeed web server has been installed (your_home_dir/lsws or /opt/lsws, for example). The server executable is under ...
Read more >NextJS cannot find a valid build in the '.next' directory
Error: Could not find a production build in the 'E:\Developer's ... Try building your app with 'next build' before s at Server.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think you need to cater to developers that don’t read.
I agree … i opened this issue partially to remind myself to make it even clearer in the README file and partially to make it more discoverable that this is not a production server 😃