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

Socket.io/websocket support? #13

Open
Arrow7000 opened this issue Sep 16, 2016 · 2 comments
Open

Socket.io/websocket support? #13

Arrow7000 opened this issue Sep 16, 2016 · 2 comments

Comments

@Arrow7000
Copy link

Will this work on websocket connections too, for example with socket.io? Thanks!

@bcoe
Copy link
Owner

bcoe commented Oct 6, 2016

@Arrow7000 I'm not 100% sure; have you had a chance to test @Arrow7000?

@andersondanilo
Copy link

FYI: I was testing with a redis connection and it worked, i created the proxy like that:

./crapify start --port 7070 --speed 1000

Let this port forwarding the redis through the proxy:

socat TCP-LISTEN:6381,reuseaddr,fork PROXY:localhost:redis:6379,proxyport=7070

And connected to redis

redis-cli -p 6381

When i get some big payload after some idle time it was coming fast, however if i repeated the GET command in redis (with a very small interval), it would be slow (2 ~ 3s delay)

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

3 participants