A AbuAmro Member Mar 15, 2017 #1 [WebApp] Hello World Web App I installed the example on my windows2008 VPS. The example is working fine from local (127.0.0.1:51042) , but CALCULATE button is not response and not shows any result when accessing remotely.
[WebApp] Hello World Web App I installed the example on my windows2008 VPS. The example is working fine from local (127.0.0.1:51042) , but CALCULATE button is not response and not shows any result when accessing remotely.
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #2 Do these examples work properly when you test them from the computer: https://b4x.com:51041/ ? Can you post a link to your VPS? Upvote 0
Do these examples work properly when you test them from the computer: https://b4x.com:51041/ ? Can you post a link to your VPS?
A AbuAmro Member Mar 15, 2017 #3 Hi Erel, Thank you for prompt reply, Yes the examples are all working ok (https://b4x.com:51041/) Link to my VPS : http://176.9.175.36:51042/ Best Regards Upvote 0
Hi Erel, Thank you for prompt reply, Yes the examples are all working ok (https://b4x.com:51041/) Link to my VPS : http://176.9.175.36:51042/ Best Regards
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #4 Works fine here. Use a tool such as Firebug to see whether there are any errors. Upvote 0
A AbuAmro Member Mar 15, 2017 #5 Oops , I am using chrome , Why the Calculate button is not responding on my laptop? have any idea or direction that i could try Thank you Upvote 0
Oops , I am using chrome , Why the Calculate button is not responding on my laptop? have any idea or direction that i could try Thank you
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #6 AbuAmro said: have any idea or direction that i could try Click to expand... Yes. Use Chrome development tools to understand what is not working. Upvote 0
AbuAmro said: have any idea or direction that i could try Click to expand... Yes. Use Chrome development tools to understand what is not working.
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #8 No, it is not relevant. I tested your link with Chrome and it works fine here. It is probably a network issue between your computer and the server. A proxy in the middle can break the WebSocket connection. Upvote 0
No, it is not relevant. I tested your link with Chrome and it works fine here. It is probably a network issue between your computer and the server. A proxy in the middle can break the WebSocket connection.
A AbuAmro Member Mar 15, 2017 #9 Do you recommend to build web applications using websockets? or should I looking for any other approach? Thank you & Best Regards Upvote 0
Do you recommend to build web applications using websockets? or should I looking for any other approach? Thank you & Best Regards
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #10 AbuAmro said: Do you recommend to build web applications using websockets? Click to expand... Yes. Many developers use it successfully. You need to investigate why it doesn't work with your server. Upvote 0
AbuAmro said: Do you recommend to build web applications using websockets? Click to expand... Yes. Many developers use it successfully. You need to investigate why it doesn't work with your server.