prokio icon indicating copy to clipboard operation
prokio copied to clipboard

Provide IO types

Open futursolo opened this issue 2 years ago • 0 comments

tokio provides the following IO types:

  1. Standard Input / Output
  2. TCP / UDP / Unix Sockets
  3. Named Pipes (Windows)

Whilst we cannot provide these traditional IO types when running in browsers, we can provide some other IO types:

  1. HTTP
  2. WebSockets
  3. WebRTC

futursolo avatar Oct 30 '22 12:10 futursolo