Skip to content

A demo project illustrating how to set up node.js with express.

License

Notifications You must be signed in to change notification settings

AImissq/express-ssl-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-ssl-demo

A demo project illustrating how to set up SSL with express. It is of course entirely possible to not do this but instead have a proxy handling SSL handshake, but you can if you want to.

I have stripped all things not needed to show how it's done. Basically you just import https instead of http and pass an option hash to the createServer function and presto, it's done (in theory).

To run this after cloning it, you need to run npm install, which will pull just express.

note by AImissq

Although read only this project still functions, SSL works with minimum code. Good example/demo

About

A demo project illustrating how to set up node.js with express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 13.0%