qhantom / express-mongo-typescript-boilerplate

A production-ready boilerplate based on Node.js, Express and MongoDB (using Mongoose ODM) written in TypeScript. It gets you up and running very fast to quickly build RESTful APIs.
MIT License
10 stars 1 forks source link

SSL / TLS Support #1

Open qhantom opened 3 years ago

qhantom commented 3 years ago

For people who do not put a reverse proxy in front of their app, it's useful to implement SSL / TLS support.