An open API service indexing awesome lists of open source software.

https://github.com/ndeta100/node_rest

creating a rest API with raw node js and implementing https
https://github.com/ndeta100/node_rest

fs https nodejs

Last synced: 9 months ago
JSON representation

creating a rest API with raw node js and implementing https

Awesome Lists containing this project

README

          

# node_rest
Creating a node js rest api with no frameworks just raw node and also implementing https,
To install an open ssl certificate, run the command
`openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem`