alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

How secure or what mesurement shall we take to public this sever to outside world? #97

Closed masterchop closed 7 years ago

masterchop commented 7 years ago

Is there anythig i should take into account when i publish this to the internet? I am a bit afraid that might open a door to my home network. Any comments are welcome.

dblock commented 7 years ago

You might want to review https://expressjs.com/en/advanced/best-practice-security.html.

Otherwise don't publish anything on the internet from your home network, use something like Heroku.