Hello guys,
I have been trying to get socket.io library available in the asset store to work for a few days without success, it seems outdated as it throws compile errors. I have been looking for a Mono framework compatible with unity that can help me connect to a backend server (developed in python/java/node). I need to be able to send the server some events, mostly social or regarding matchmaking, noting related to actual gameplay, and the server should be able to send the client some notifications (like invites, friend requests…). I’ve been looking at RabbitMq which does not seem to be ideal for request/reply needs and Socket.IO which is exactly what I was looking for, but I couldn’t find any library still supported.
.NET sockets are my go to, but I am not sure if they are supported on iOS/Android and consoles. Does anyone know any good reliable library that is supported in unity mono?