Is there a reason why gevent mode uses gevent-websocket instead of websocket-client? #1785
Unanswered
PawelTroka
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You are confusing a websocket client with a websocket server. The gevent-websocket project is a server, while websocket-client is not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am wondering, since gevent-websocket (https://pypi.org/project/gevent-websocket/ https://gitlab.com/noppo/gevent-websocket) seems a bit stale (last update Mar 12, 2017), is there a reason it must be used instead of websocket-client (https://pypi.org/project/websocket-client/ https://github.com/websocket-client/websocket-client) ? Is the former better when used with gevent than the latter? Is monkey patching websocket-client not enough or maybe there are some other reasons for this choice?
Beta Was this translation helpful? Give feedback.
All reactions