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

RFP: Raccoon Websocket Client #102

Open
turtleDev opened this issue Jan 1, 2025 · 0 comments
Open

RFP: Raccoon Websocket Client #102

turtleDev opened this issue Jan 1, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@turtleDev
Copy link
Contributor

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 turtleDev added enhancement New feature or request help wanted Extra attention is needed labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant