You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Request for Proposal is seeking ideas on how to implement an async client for Raccon python client.
Context
Raccoon currently doesn't have a websocket client for Python.
One challenge with implementing this client is how do we handle asynchronous responses sent by the websocket server.
For comparision, in our Go and Javascript client, we use channel and EventEmitter infrastructure respectively. However, python doesn't have a native equivalent.
asyncio looks promising, however I/we lack expertise with asyncio to be able to ascertain whether that's an appropriate approach.
How to reach out
In case you'd like to get in touch for more information, please join our slack community
The text was updated successfully, but these errors were encountered:
Request for Proposal
Description
This Request for Proposal is seeking ideas on how to implement an async client for Raccon python client.
Context
Raccoon currently doesn't have a websocket client for Python.
One challenge with implementing this client is how do we handle asynchronous responses sent by the websocket server.
For comparision, in our Go and Javascript client, we use
channel
andEventEmitter
infrastructure respectively. However, python doesn't have a native equivalent.asyncio looks promising, however I/we lack expertise with asyncio to be able to ascertain whether that's an appropriate approach.
How to reach out
In case you'd like to get in touch for more information, please join our slack community
The text was updated successfully, but these errors were encountered: