Skip to content
Snippets Groups Projects
Verified Commit aa7e62ad authored by Louis's avatar Louis :fire:
Browse files

Basic Impl

- 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
parent c7903121
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment