running node .\client.js and nothing happens (either connection success or failed or not showing any error)
@abrarness2 жыл бұрын
so misleading man. you're not turning your PC into a "public server". you're hosting your code on heroku. MISLEADING, ALMOST FAKE
@CodeboardClub2 жыл бұрын
No, I am not hosting website in Heroku, I am hosting an web app in Heroku. And that is one time only. After that any web site and web application you run in your local system will be available live.
@genechristiansomoza4931 Жыл бұрын
This is how ngrok works. He gave you the knowledge on how to do it yourself for free.
@SomnathBid8 ай бұрын
Where is the source code or git-hub link on it ??
@siddharthashi4 жыл бұрын
Using this method (Node JS) can we create a server for TCP / UDP protocol (Port forwarding)?
@forester12 жыл бұрын
Very awesome 😎😎😎
@zidanrafifpratama2 жыл бұрын
hi in 10:33 what mean of /user/name ? username in our laptop or what ?
@Mersal-tq9lm3 жыл бұрын
How to see the responses of the request received in ngrok?
@colboypkt334510 ай бұрын
Is it will serve html,css code also?
@avijitpalit69092 жыл бұрын
Why need heroku? Then how my pc turn to public server?
@I.amRisky11 ай бұрын
am also wondering😁
@mcspraint2 жыл бұрын
Cannot set headers after they are sent to the client exception
@yunus59492 жыл бұрын
you are trying to send more than one response for a request
@ВикторСлавчев-о1к Жыл бұрын
Very good video!
@satinathmondal63532 жыл бұрын
Thank your sir for nice post. I have tested and succeed. if I parchase the domain for my application, what will be the security issues? I am running a MS SQL server database, in cross platforms like android, windows offline etc. with JSON data format.
@78_souvikmandal273 жыл бұрын
Can we not make peer to peer connection from any public device to my computer using ip address without herokuapp?
@CodeboardClub3 жыл бұрын
Possible. You can definitely do that. Make one of the computers server and another one as client.
@78_souvikmandal273 жыл бұрын
@@CodeboardClub then please make a video particularly on that for peer to peer connection
@78_souvikmandal273 жыл бұрын
@@CodeboardClub also another one on SSH
@CodeboardClub3 жыл бұрын
Yes, please. Sorry for late reply
@louamacademie5837 Жыл бұрын
Heroku is no longer free 😢
@programmingwormhole Жыл бұрын
Source code?
@kalush813 жыл бұрын
hosting a webiste on heroku is an " expose locallhost to a public URL " ?
@CodeboardClub3 жыл бұрын
Really!! Did I host a website in heroku? Firstly do you know what is the difference between website and web application?
@kalush813 жыл бұрын
@@CodeboardClub Yes, I know the difference and sorry to name your "chat web app" as a website. By the way, the title of your video is misleading, you are not turning your computer into a public server.
@CodeboardClub3 жыл бұрын
Yes, I am turning my computer act like a public web server. I m hosting a node app in heroku - not any website. That node app is communicating with localsystem using web socket.
@yunus59492 жыл бұрын
@@CodeboardClub Actually it is misleading.
@CodeboardClub2 жыл бұрын
@@yunus5949 Why exactly?
@swargaraj3 жыл бұрын
Voice by?
@colboypkt334510 ай бұрын
Anyone done this I need help?
@jerickduay74593 жыл бұрын
Is this work in visual studio 2019?
@jeethechamp74583 жыл бұрын
Lol
@myominpaing52444 жыл бұрын
Greats
@CodeboardClub4 жыл бұрын
Thanks 😊
@meerachaturvedi90503 жыл бұрын
Nice vedio But if i wish to deploy whole server As dedicated one then... How it will work
@robertlang55802 жыл бұрын
can u share client.js code ?
@Trioxio-fi6yr2 жыл бұрын
var sockerServerUrl = ""; var hostToLive = "localhost"; var socket = require('socket.io-client')(sockerServerUrl); const superagent = require('superagent'); socket.on('connect', function(){ console.log("connected"); }) socket.on('disconnect', function(){ console.log("connection lost"); }) socket.on('page-request', function(data){ var path = data.pathname; var method = data.method; var params = data.params; var localhost = hostToLive = path; if(method == "get")executeGet(localhostUrl, params); else if(method == "post")executePost(localhost, params); }) function executeGet(url, params){ superagent.get(url) .query(params) .end((err, responses) => { if (err) { return console.log(err); socket.emit('page-response', response.text); } }) } function executePost(url, params){ superagent.post(url) .query(params) .end((err, responses) => { if (err) { return console.log(err); socket.emit('page-response', response.text); } }) }
@joaogustavoferreira71362 жыл бұрын
github?
@dom84294 жыл бұрын
can you link your github in the description so we can clone this? thank you
@CodeboardClub4 жыл бұрын
I will add
@spuckhafte2 жыл бұрын
@@CodeboardClub add it
@pankajkaushik62442 жыл бұрын
Is the public host used free of cost with unlimited uses
@CodeboardClub2 жыл бұрын
Yes
@georgichalakov67272 жыл бұрын
As if today it is not safe to use node js. Node's devs are not to be trusted