Skip to content

Commit c9a6101

Browse files
committedJun 8, 2019
readme
1 parent cc71999 commit c9a6101

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
 

‎README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
[![Dependency Status](https://badgen.net/david/dep/lwsjs/local-web-server)](https://david-dm.org/lwsjs/local-web-server)
66
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
77

8-
**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)*.
99

1010
# local-web-server
1111

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.
1313

1414
Use this tool to:
1515

16-
* Help build any flavour of front-end web application
16+
* Help build any flavour of front-end web application.
1717
* *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.
1919
* *RESTful HTTP API, microservice, websocket server, Server Sent Events service etc.*
2020
* Monitor activity, analyse performance, fine-tune caching strategy etc.
2121

@@ -32,6 +32,8 @@ Features:
3232
* Configurable access log
3333
* Route blacklisting and more
3434

35+
Local-web-server is a distribution of [lws](https://github.com/lwsjs/lws) bundled with a "starter pack" of useful middleware.
36+
3537
## Synopsis
3638

3739
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
4547
Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000
4648
```
4749

48-
![Static static log output](https://imgur.com/download/NJC3POY)
50+
<img src="https://imgur.com/download/NJC3POY" width="618px" title="Static static log output">
51+
4952

5053
### Single Page Application
5154

@@ -71,7 +74,7 @@ $ ws --rewrite '/api/* -> https://internal-service.local/api/$1'
7174
Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000
7275
```
7376

74-
![Proxy json requests to remote resource](https://imgur.com/download/3flcbJn)
77+
<img src="https://imgur.com/download/3flcbJn" width="618px" title="Proxy json requests to remote resource">
7578

7679
### HTTPS
7780

0 commit comments

Comments
 (0)
Please sign in to comment.