This package has been deprecated

Author message:

Development continues at https://sitejs.org (https://source.small-tech.org/site.js/app).

@ind.ie/https-server

5.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ind.ie/https-server

Weekly Downloads

0

Version

5.1.1

License

AGPL-3.0-or-later

Unpacked Size

52.1 kB

Total Files

9

Last publish

Collaborators

  • aral