Secure websockets on app engine (?)
See original GitHub issueThe README for the appengine/websockets
example says:
To use Secure WebSockets now, you can launch a VM on Google Compute Engine using a custom image where you have added SSL support for WebSockets.
It would be great if the README could elaborate on this, as most sites are served over HTTPS nowadays and thus also require the websockets connection to be secure. This is also my usecase!
In, fact any suggestion on how supporting SSL inside that docker image could be achieved, would be greatly appreciated!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:18 (5 by maintainers)
Top Results From Across the Web
Creating persistent connections with WebSockets
You can use WebSockets to create a persistent connection from a client (such as a mobile device or a computer) to an App...
Read more >Websockets not working on Google App Engine - Stack Overflow
I recently deployed a node.js server application to Google App Engine that communicates with a client application via socket.
Read more >Develop Secure Apps with WebSockets and Node.js
Learn to build a secure realtime application using WebSockets and Node.js! ... Pug is a view engine that was previously known as Jade....
Read more >A Node.JS Websocket Server on Google App Engine - Medium
Replace https to http since websocket on App Engine is not support secure mode now. Then, launch the new url started with http://...
Read more >Easily build real-time apps with WebSockets and Azure Web ...
Today, we are announcing the preview of the Azure Web PubSub service for building real-time web applications with WebSockets.
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
Bump. Same question here. Need secure websockets on App Engine for our node.js implementation. So far, this seems to be the last issue preventing us from moving our Production env. to App Engine. Any updates?
@steren Thank you for your answer. I know this is probably hard to estimate, do you have an ETA for this? We have some major decisions to make in my team and one of the key decision-making factor is the WebSockets support 😄