Skip to content

Commit 0dc511a

Browse files
committedJun 9, 2019
deps, docs
1 parent f209496 commit 0dc511a

File tree

3 files changed

+90
-92
lines changed

3 files changed

+90
-92
lines changed
 

‎README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99

1010
# local-web-server
1111

12-
A modular HTTP, HTTPS and HTTP2 command-line web server for productive full-stack development.
12+
A modular, personalisable HTTP, HTTPS and HTTP2 command-line web server.
1313

1414
Use this tool to:
1515

16-
* Help build any flavour of front-end web application.
17-
* *Static site, dynamic site with client or server-rendered content, Single Page App, Progessive Web App, Angular or React app etc.*
18-
* Prototype a CORS-enabled back-end service.
19-
* *RESTful HTTP API, microservice, websocket server, Server Sent Events service etc.*
16+
* Build any type of front-end web application (static, dynamic, Single Page App, Progessive Web App, React etc).
17+
* Prototype a back-end service (REST API, microservice, websocket or Server Sent Events service etc).
2018
* Monitor activity, analyse performance, fine-tune caching strategy etc.
2119

2220
Local-web-server is a distribution of [lws](https://github.com/lwsjs/lws) bundled with a "starter pack" of useful middleware.

‎package-lock.json

+71-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
"index.js"
4040
],
4141
"dependencies": {
42-
"lws": "2.0.0-11",
43-
"lws-basic-auth": "^1.0.2",
44-
"lws-blacklist": "^2.0.1",
45-
"lws-body-parser": "^1.0.1",
46-
"lws-compress": "^1.0.1",
47-
"lws-conditional-get": "^1.0.0",
48-
"lws-cors": "^2.0.0",
49-
"lws-index": "^1.0.2",
50-
"lws-json": "^1.0.0",
51-
"lws-log": "^1.0.1",
52-
"lws-mime": "^1.0.0",
53-
"lws-range": "^2.0.0",
54-
"lws-request-monitor": "^1.0.3",
55-
"lws-rewrite": "^2.0.1",
56-
"lws-spa": "^2.0.0",
57-
"lws-static": "^1.1.0",
42+
"lws": "2.0.0",
43+
"lws-basic-auth": "^1.0.3",
44+
"lws-blacklist": "^2.0.2",
45+
"lws-body-parser": "^1.0.2",
46+
"lws-compress": "^1.0.2",
47+
"lws-conditional-get": "^1.0.1",
48+
"lws-cors": "^2.0.1",
49+
"lws-index": "^1.0.4",
50+
"lws-json": "^1.0.1",
51+
"lws-log": "^1.0.2",
52+
"lws-mime": "^1.0.1",
53+
"lws-range": "^2.0.1",
54+
"lws-request-monitor": "^1.0.4",
55+
"lws-rewrite": "^2.0.2",
56+
"lws-spa": "^2.0.1",
57+
"lws-static": "^1.1.2",
5858
"node-version-matches": "^1.0.1"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.