Skip to content
Snippets Groups Projects
Louis Capitanchik's avatar
Louis authored
- Desktop support with websockets library. Runs a background thread to
  receive / send events, client does not need to block as it is send+sync

- Wasm support with wasm-sockets library. Uses an exclusive polling system
  at the end of each frame due to client not being thread safe (+ lack of threads)

- Send and receive messages
aa7e62ad
Name Last commit Last update