You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Requires node v8 or above. Upgraders, please read the [release notes](https://github.com/lwsjs/local-web-server/releases)**.
8
+
*Requires node v8 or above. Upgraders, please read the [release notes](https://github.com/lwsjs/local-web-server/releases)*.
9
9
10
10
# local-web-server
11
11
12
-
A modular HTTP, HTTPS and HTTP2 command-line web server for productive full-stack development. Local-web-server is a distribution of [lws](https://github.com/lwsjs/lws) bundled with a "starter pack" of useful middleware.
12
+
A modular HTTP, HTTPS and HTTP2 command-line web server for productive full-stack development.
13
13
14
14
Use this tool to:
15
15
16
-
* Help build any flavour of front-end web application
16
+
* Help build any flavour of front-end web application.
17
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
18
+
* Prototype a CORS-enabled back-end service.
19
19
**RESTful HTTP API, microservice, websocket server, Server Sent Events service etc.*
20
20
* Monitor activity, analyse performance, fine-tune caching strategy etc.
21
21
@@ -32,6 +32,8 @@ Features:
32
32
* Configurable access log
33
33
* Route blacklisting and more
34
34
35
+
Local-web-server is a distribution of [lws](https://github.com/lwsjs/lws) bundled with a "starter pack" of useful middleware.
36
+
35
37
## Synopsis
36
38
37
39
This package installs the `ws` command-line tool (take a look at the [usage guide](https://github.com/lwsjs/local-web-server/wiki/CLI-usage)).
@@ -45,7 +47,8 @@ $ ws
45
47
Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000
0 commit comments