An open API service indexing awesome lists of open source software.

https://github.com/keda87/python-asyncio-tcp-socket-example

socket programming example using asyncio
https://github.com/keda87/python-asyncio-tcp-socket-example

asyncio socket-programming tcp-socket

Last synced: about 1 year ago
JSON representation

socket programming example using asyncio

Awesome Lists containing this project

README

          

## Python socket programming with asyncio.

Run the server.
```bash
$ python server.py
```

Run the client. it can be handle multiple clients.
```bash
$ python client.py
```
Also you can join to the server using telnet.
```bash
$ telnet
```