Date
1 - 6 of 6
Web sockets + Cloud Foundry
Lakshman Mukkamalla
Hi CF Dev team,
I am just starting to look into how web sockets based app can run in a cloud foundry env. If you have any reference links/wiki's that walk thru this web sockets working, will help me here. I understand from cloud foundry docs that it has some level of support with web sockets but will give a try on a sample app in the meantime. Thanks. |
|
Matthew Sykes <matthew.sykes@...>
James Bayer posted about a fun experiment with web sockets a while back.
Might be a good starting point: http://www.iamjambay.com/2013/12/send-interactive-commands-to-cloud.html You need to make sure that the url uses the correct protocol and port for your CF target. You can reference `doppler_logging_endpoint` from /v2/info as a template. On Mon, Dec 14, 2015 at 4:53 PM, Lakshman Mukkamalla (lmukkama) < lmukkama(a)cisco.com> wrote: Hi CF Dev team, -- Matthew Sykes matthew.sykes(a)gmail.com |
|
Juan Antonio Breña Moral <bren at juanantonio.info...>
Hi,
In our local instance, we have tested socket.io without any problem. http://socket.io/get-started/ https://davidwalsh.name/websocket Juan Antonio |
|
Gwenn Etourneau
Gorouter support websocket, so there is no reason why your application
could not work into PCF / PWS On Wed, Dec 16, 2015 at 10:31 PM, Juan Antonio Breña Moral < bren(a)juanantonio.info> wrote: Hi, |
|
Matthew Sykes <matthew.sykes@...>
... or any other Cloud Foundry 2016 certified platform. You can find a list
of them here: https://www.cloudfoundry.org/use/cloud-foundry-certified/ On Wed, Dec 16, 2015 at 9:33 PM, Gwenn Etourneau <getourneau(a)pivotal.io> wrote: Gorouter support websocket, so there is no reason why your application -- Matthew Sykes matthew.sykes(a)gmail.com |
|
Gwenn Etourneau
Oooppsss yes :)
Thanks Matthew ! On Thu, Dec 17, 2015 at 12:38 PM, Matthew Sykes <matthew.sykes(a)gmail.com> wrote: ... or any other Cloud Foundry 2016 certified platform. You can find a |
|