8000 GitHub - lelmac/websocket_cf_scp: Basic example of running websockets on the Cloud Foundry environment with an NodeJS app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lelmac/websocket_cf_scp

Folders and files

NameName
Last commit message
Last commit date

Latest commit
 

History

7 Commits

 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websockets on Clound Foundry in SAP Cloud Platform

Basic example of running websockets on the Cloud Foundry environment with an NodeJS app. Since the SSL-Termination caused problems, the example app provides a working approach on how to use websockets on Cloud Foundry.

How to run the example app

  1. Install the dependencies:
npm install
  1. Push the app to the cloudfoundry environment. Ensure that you are connected to an API Endpoint.
cf push
  1. Run the client on the local machine. Make sure you change the url to your app in the code!
node client.js

About

Basic example of running websockets on the Cloud Foundry environment with an NodeJS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0