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
- Host: GitHub
- URL: https://github.com/keda87/python-asyncio-tcp-socket-example
- Owner: Keda87
- Created: 2020-04-21T13:10:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T11:13:46.000Z (about 6 years ago)
- Last Synced: 2025-02-24T11:33:56.699Z (over 1 year ago)
- Topics: asyncio, socket-programming, tcp-socket
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```