Introduction to Emscripten Sockets
~ 5 Minute Read.
Since we’re working on our multiplayer WebXR game at Vhite Rabbit, I needed to somehow connect to some server to exchange some data via sockets from web assembly.
Our server uses the Poco library (because I had already used it with pyromania), hence I will go …