Anonymous View
Skip to content

indie-mirror/https-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple HTTPS server that uses nodecert.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors