
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
github.com/cf-routing/golang-websocket
About
Simple app to test web socket connections passed into the application.
Instructions to deploy as this application.
Run the following commands
git clone https://github.com/cf-routing/golang-websocket.git
cd golang-websocket
cf api api.domain.com
cf auth [your_username] [your_password]
cf create-org testorg
cf target -o testorg
cf create-space testspace
cf target -o testorg -s testspace
cf push golang
After staging the app successfully, run the command cf app golang
to get the URL for the app (e.g. golang.domain.com).
cf logs golang
index
path (e.g. golang.domain.com/index
)Example logs look like
2017-03-09T15:04:29.91-0800 [APP/PROC/WEB/0]OUT Received back from client: Hello, world!
2017-03-09T15:04:29.91-0800 [APP/PROC/WEB/0]OUT Sending to client: Received: Hello, world!
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.