Skip to content
Snippets Groups Projects
  1. Jul 31, 2022
  2. Jul 30, 2022
  3. Jul 29, 2022
    • Louis's avatar
      Update README.md examples · 0e8152f6
      Louis authored
      0e8152f6
    • Louis's avatar
      Add example to README.md · 6a7fceeb
      Louis authored
      6a7fceeb
    • 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
      aa7e62ad
    • Louis's avatar
      Initial commit · c7903121
      Louis authored
      c7903121
Loading