Search This Blog

Showing posts with label tip. Show all posts
Showing posts with label tip. Show all posts

Saturday, November 30, 2019

free for developers

Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all in order to make informed decisions.


https://free-for.dev/#/?id=stun-webrtc-web-socket-servers-and-other-routers

Saturday, October 21, 2017

ngrok - secure tunnels to localhost

ngrok - secure introspectable tunnels to localhost:


to work with your local IIS EXPRESS under visual studio use this:

ngrok http -host-header="localhost:58821" 58821

where 58821 is your port number

more details - how to use ngrok with windows and visual studio to test webhooks