I’m trying to implement a socket.io client in aw-cu488. What library should I use? I can’t find much information about it.
We won’t have specific instructions, but you’ll want to get the board set up
and then…the AW-CU488 doesn’t natively support socket.io, it might be a better idea to use a standard WebSocket client library that is compatible with your development environment. If you require Socket.IO’s features, you would need to implement the protocol yourself, which is lkikely going to be very difficult…I’d consider adapting your server to support plain WebSockets for an easier time