I’m wanting to create an app to let me interface with my crypto currency exchange accounts. I would need to be able to interact with the exchange’s websocket, receiving updates, via that socket.
Xojo is so dang easy to use, but would it be too slow? I’m starting to learn C#, and I think development wouldn’t be too bad. There are also existing C# libraries to help me interface with exchanges.
But, if Xojo is capable, I wouldn’t mind building out a MVP with it.
I saw ktekinay’s class module/library (?). I didn’t consider it because it is very old (in software time reckoning). Do you think it is still usable by today’s modern Xojo?
Unfortunately Kem’s WebSocket does not include a server implementation, so it can’t listen for messages only send them. I looked into using the library to make a Discord bot but didn’t find enough existing pieces to implement one.
Edit: @cklester I would be interested in continuing my exploration into writing a Discord bot with Xojo, so if you make any headway I would love to participate!
I did see this set of Xojo plugins for websockets. I’m still reading through the examples and seeing if this will do what I want. I also expect it won’t be free. I’m hoping whatever it is, if it works, that I can afford it!
I had used it in the past for a client project and did not have a great interaction with its author. The interaction has stuck strongly with me for years, and impacts my recommendations to clients.
I can’t say I’ve taken a serious look at its technical abilities, but I don’t so much care to find out.