Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rbkit client should be able to connect and talk to the server over websockets #184

Open
emilsoman opened this issue Jul 15, 2015 · 0 comments

Comments

@emilsoman
Copy link
Contributor

There is an extension to Rbkit which allows you to connect to Rbkit running in Rack based servers (Rails, Sinatra) over the port used for regular HTTP requests. This is needed if we want to profile apps running on heroku or other cloud instances where opening up 2 ports just for Rbkit is not feasible. A sample app is hosted here.

Rbkit client should be able to establish a websocket connection with the server and be able to send and receive data over it. This means we'll need to add a websocket client inside Rbkit-client and be able to accept the URL of the app to connect to it. Once we have the data on the websocket, unpacking etc will remain the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant