`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