项目作者: rupachowrasia

项目描述 :
NodeJS HTTPS Server
高级语言: JavaScript
项目地址: git://github.com/rupachowrasia/node-https-server.git
创建时间: 2017-07-26T16:45:38Z
项目社区:https://github.com/rupachowrasia/node-https-server

开源协议:

下载


NodeJS HTTPS server

NodeJS HTTPS server which covers brief introduction of the following:

  • https [to create nodejs server]
  • passport-http [to authenticate http request]

New Features

  • Create https server using https module
  • Authenticate HTTP requests using passport-http

Tech

This repo uses number of packages/modules:

Installation

It requires Node.js v7+ to run.
Install the dependencies and devDependencies and start the server.

  1. $ cd node-https-server
  2. $ npm install
  3. $ npm start

Screen-shots

1. Index Page

index

2. Login Page

login

3. Dashboard Page

dashboard

4. Api Page

api