Skip to content

maxmartinezc/express-https-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-https-server

A repository with an https server implementation which is published in https://maxmartinez.dev

Run http server

npm run start

Run https server

npm run start:https

Test server instances with CURL

# http server
curl -I http://localhost:9001/health-check
# https server
curl --verbose https://localhost:9001/health-check

About

A repository with an https server implementation which is published in https://maxmartinez.dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors