raccoon icon indicating copy to clipboard operation
raccoon copied to clipboard

RFP: Raccoon Websocket Client

Open turtleDev opened this issue 1 year ago • 0 comments

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 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

turtleDev avatar Jan 01 '25 15:01 turtleDev