-
Notifications
You must be signed in to change notification settings - Fork 2k
websocket issues #285
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
Activity
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Hi all,
i just wanted to use this example for websocket:
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/websockets
issue #1
using
vm: truein app.yaml is not supported anymoreissue #2
env: flexis missing in app.yamlissue #3
forwarding posts is not allowed anymore in flex-environments
`network:
forwarded_ports:
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