Hacker News new | ask | show | jobs
by mschuster91 3956 days ago
Hmm, about networking, could not WebSockets be used for client-server comms?
1 comments

WebSockets work for Unity WebGL. Not sure if there is an official implementation, but we use it in a multi-player game. We specifically run Photon Game Server with WebGL and WebSockets.