http tunneling for localhost's website
ngrok, localtonet, expose, cloudflared
Search for a command to run...
ngrok, localtonet, expose, cloudflared
No comments yet. Be the first to comment.
I've been trying out some documentation site generator tools out there and I tried 3 of them to test. These were not randomly chosen but picked 3 from a lot after reading about many of the ones there are online. This is for a product documentation at...

Comparing different Gen AI tools to determine which one is better off for a school grader or a college goer from my POV

Has anyone tried ApyHub yet ? There's a ton on API available there and more seems to be coming on the way. I used phpdocx.com about 8 years ago and it served the purpose really well. It's in PHP (7, 8) and they support a wide range of features of con...

Control Panel for all of my upcoming Laravel Projects

Intel Core i9 12th Gen - (32 GB/1 TB SSD/Windows 11 Home) ZL12 Business Laptop (15.6 inch, Grey With Meteorite Phase Design, 1.80 Kg, With MS Office)

To get a website in-development checked by a colleague or someone else like a client or another developer or tester, one would normally upload the entire website to a test server with a test domain name with the database recreated / replicated on the test server - its as good as double work for development consuming real server resources (however low the resources maybe) which would be additional costs just for testing.
But if one could show his / hers laptop's localhost directly to the other person then it would save tremendous time and lower the costs drastically. There are ways to get this done - called tunneling.
Here are four tunneling solutions that are worth checking out.
ngrok - ngrok.com
./ngrok http 8000localtonet - localtonet.com
./localtonet) giving the AuthToken code which you get in the control panel, I still had to click start in the control panel to get it running. Don't know why double the work. expose - expose.dev
This is an open-source ngrok alternative - written in PHP but the website expose.dev which has the paid service is blocked by CloudFlare in countries such as India, so couldn't check this out. I am not writing about how to deploy the open-source tool on your system - that's for another day
Cloudflare Tunnel - https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/trycloudflare/
cloudflared tunnel --url http://localhost:8000If you're serious about business and have $ paying clients, then ngrok is the best solution, hands down - even if it's $25 / month (or $20 / month paid annually).
Further Reading - https://github.com/anderspitman/awesome-tunneling