websocket issues
See original GitHub issueHi all, i just wanted to use this example for websocket:
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/websockets
issue #1
usingvm: true
in app.yaml is not supported anymore
issue #2
env: flex
is missing in app.yaml
issue #3
forwarding posts is not allowed anymore in flex-environments
`network:
forwarded_ports:
- 65080 instance_tag: websocket`
issue #4 getExternalIP gets uncorrect ip-address from meta, ( scripts sets 104.xxx.xxx.xxx - console shows external ip as set to 130.xxx.xxx.xxx ) Does anyone have this example up and running on gce?
Main target is to create a websocket server which can be connected to from non gce-environmental clients…
thanks for help
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Troubleshooting connection issues | Socket.IO
You are trying to reach a plain WebSocket server; The server is not reachable; The client is not compatible with the version of...
Read more >The problems and some security implications of websockets
There have been some well known problems on the server side of the WebSockets and the most common solution has been to check...
Read more >Websockets problems — Dataiku DSS 11 documentation
The most common cause of Websocket error is when you connect to DSS through a proxy. Websockets is a fairly recent protocol and...
Read more >How do I troubleshoot WebSocket issues in Agents (All ...
The purpose of this article is to provide information on troubleshooting WebSocket issues with Agents in AM. This information applies to ...
Read more >WebSocket security issues - Infosec Resources
WebSockets can be used over unencrypted TCP channels, which can lead to major flaws such as those listed in OWASP Top 10 A6-Sensitive...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there any update on this issue, is it likely to be fixed in the near future?
+1