1.2.2 • Published 2 years ago

kservez v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

kservez

A simple static http server and proxy

Configuration

./bin/kservez --port=7000 public ./bin/kservez

Example .kservezrc

{
    port: 5555,
    publicPath: "dist",
    "proxy": [
        {
            "protocol": "https:",
            "hostname": "jsonplaceholder.typicode.com",
            "prefix": "/todos"
        }
    ]
}

Configuration options:

  • ssl - boolean: toggles http/https with a self signed certificate
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago