I have a game server made in Node.js, and am building a Unity3D client for it. I have already built a pure Javascript web client for the same server as well, which works great.
I was able to build the client for Unity3D using the websocket-sharp, but it is kind of slow, and was wondering if there are any better libraries to use such as UNET that would for for this.