Skip to content
Snippets Groups Projects
  • Louis's avatar
    Basic Impl · aa7e62ad
    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
    Verified
    aa7e62ad