0
I hope you didn’t expect localhost to be internet visible by default
The easiest way to do this would be to deploy your app to one of the platform services available. Heroku is a good choice for node.js that offers a free plan.
On the other hand, if you just want to test things out, ngrok is a handy tool that can make your localhost:port visible to the internet via a generated URL like http://{hash}.ngrok.com.
- [Answer]-TypeError during send_message in django push notifications 1.2.1, python 3.4, django 1.8.1
- [Answer]-Admin: override the "save" action
- [Answer]-Django: Internal Server Error
- [Answer]-Django-Haystack autoquery gives strange results with solr backend
- [Answer]-Searching users computer for music and video files from browser
Source:stackexchange.com