Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/hi-target
https://github.com/freeformz/hi-target
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/hi-target
- Owner: freeformz
- Created: 2014-06-18T00:03:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T02:35:43.000Z (over 10 years ago)
- Last Synced: 2024-12-24T06:47:40.543Z (10 days ago)
- Language: Go
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hijacking Experiment
Ever want a TCP connection to a dyno?
Here's an example of doing so in go.
1. First you need to have [websockets](https://devcenter.heroku.com/articles/heroku-labs-websockets) enabled.
1. heroku create -b https://github.com/kr/heroku-buildpack-go.git \
1. git push heroku master
1. APP=\ go run client/main.go