5.1.1 • Published 5 years ago

@ind.ie/https-server v5.1.1

Weekly downloads
1
License
AGPL-3.0-or-later
Repository
-
Last release
5 years ago

HTTPS Server

WARNING: This module has been deprecated, do not use.

HTTPS Server has been renamed to Indie Web Server and moved to the @ind.ie/web-server npm module.

Please install the latest version of Indie Web Server instead of using this module.

Migration instructions

  1. Remove https-server from global npm packages:

    npm uninstall -g @ind.ie/https-server
  2. Remove https-server from your local (if you were using the API):

    npm uninstall @ind.ie/https-server
  3. Install Indie Web Server as a global npm package and use the web-server command in Terminal:

    npm i -g @ind.ie/web-server
    web-server
  4. Install Indie Web Server into your project to use the API:

    npm i @ind.ie/web-server

    And in your app:

    const webServer = require('@ind.ie/web-server')
    webServer.serve()

For for further instructions, please see the Indie Web Server documentation project.

5.1.1

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago