Giter Club home page Giter Club logo

static-https-server's Introduction

About

A zero-conf development server to static files over HTTPS, in the mold of Python's SimpleHTTPServer.

Installation & Usage:

Prereqs: Node >8 and OpenSSL

  1. Install: npm install static-https-server -g
  2. cd to the directory with your static files.
  3. Run static-https-server

Features:

  • Zero config: just run static-https-server in the directory with your static files and navigate to localhost:9000. Because the certs it uses are self signed, you'll need to tell your browser that they're trusted.
  • Zero dependency: Uses only core Node libraries and sys calls to OpenSSL.
  • Trust-Once: The certificates generated by static-https-server are valid for 48 hours. If you ran the app <24 hours ago, it will use those existing certificates. This prevents you from needing to trust new certificates every time you start the server.

Options:

You can specify the port for the server to listen on by passing an argument like this: static-https-server 9001. You can set options for Certificate Signing Requests (such as Common Name, Country, etc. ) by editing the config.txt file in the certs folder.

Thanks: The static file server code was inspired heavily by this StackOverflow answer and I used this guide to walk through adding SSL.

Disclaimer: Don't use this for anything other than local development, obviously.

static-https-server's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.