nodejs: add https support
Launch an HTTPs server on port 443 with the
when the argument --https is passed.
Change-Id: Ifd8235faded0cc095d1b016fd8ddecda1b2a085d
Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
... | ... | @@ -10,6 +10,7 @@ |
"web3" : ">=0.15" , | ||
"express" : ">=4.1.0", | ||
"body-parser" : ">=1.8.1", | ||
"bignumber.js": ">=2.0.0" | ||
"bignumber.js": ">=2.0.0", | ||
"minimist" : ">=1.0.0" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment