-
Notifications
You must be signed in to change notification settings - Fork 21
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
Golang client #37
Comments
Hi @GaetanBaert could you please give more context on it. As far as i understood "connect as a client with my Golang app," it typically implies that you want to create a Golang program that interacts with another service or server, right? |
Actually, I'm creating a heavy client in Golang (with Fyne) which connects to a python backend. Currently it works with the client implementation fom https://github.com/googollee/go-socket.io, but it forced me to use an old version of python-socketio. |
I have this plan, I’ve been quite busy lately😵. |
Take your time, there are no emergencies on my side :) |
How can I help with this. Need a bit urgently |
Hello, Any news about it ? |
I’m also interested in this feature: a golang client connect to a socket server |
I should have some time to do this soon, and I hope to have the project completed by the end of the year. |
any updates on this @zishang520? I'm looking to set up some load tests for my service and would love to use this client so I can keep my stack golang. Also - happy to help test this when you're ready.. I can dedicate lots of time to helping test since this is a big win for me getting this golang socketio client. |
@bneigher I am still working on my work and it will take some time before I can start working on open source projects. |
Hello,
For my project, I need to connect as a client with my Golang app. Is it possible to add a golang client implementation ?
Thank you !
The text was updated successfully, but these errors were encountered: