question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rename lite-server to identify it as a quick, easy, simple, demo server not for production use

See original GitHub issue

There 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:

  1. demo use
  2. quick and easy server without having to write any server code
  3. 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
peterjhartcommented, Apr 8, 2016

I don’t think you need to cater to developers that don’t read.

1reaction
johnpapacommented, Apr 8, 2016

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found