Skip to content

rupachowrasia/node-https-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

$ cd node-https-server
$ npm install
$ npm start

Screen-shots

1. Index Page

index

2. Login Page

login

3. Dashboard Page

dashboard

4. Api Page

api

Releases

No releases published

Packages

No packages published