Hello everyone,
As we all probably know, Construct 2's built-in multiplayer plugin is rather easy to use, but that comes at the cost of it being unreliable and not supported on some major platforms. Thus, I have been looking for alternatives for a while now, and found that Node.js + Socket.io are quite popular for backend in web development. At the same time, I do not want to leave Construct 2 entirely, and the ability to still use it for frontend (and not lose existing code) would be great. All the socket.io plugins I found though are outdated and do not work for me, nor do they have proper documentation. Does anyone happen to know a good, working plugin with documentation, or at least some examples to go off?