{"id":13501379,"url":"https://github.com/willmcgugan/asyncchat","last_synced_at":"2025-04-11T04:02:33.243Z","repository":{"id":41403787,"uuid":"102977523","full_name":"willmcgugan/asyncchat","owner":"willmcgugan","description":"Short example of how to implement Python's async from scratchw","archived":false,"fork":false,"pushed_at":"2017-10-12T07:31:21.000Z","size":6,"stargazers_count":29,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:02:30.369Z","etag":null,"topics":["async","await","python"],"latest_commit_sha":null,"homepage":"https://www.willmcgugan.com/blog/tech/post/lifting-the-curtain-on-asyncio-magic/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willmcgugan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-09T18:47:13.000Z","updated_at":"2024-04-02T17:43:31.000Z","dependencies_parsed_at":"2022-09-03T15:21:57.236Z","dependency_job_id":null,"html_url":"https://github.com/willmcgugan/asyncchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmcgugan%2Fasyncchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmcgugan%2Fasyncchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmcgugan%2Fasyncchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmcgugan%2Fasyncchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willmcgugan","download_url":"https://codeload.github.com/willmcgugan/asyncchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339285,"owners_count":21087215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","await","python"],"created_at":"2024-07-31T22:01:35.179Z","updated_at":"2025-04-11T04:02:33.225Z","avatar_url":"https://github.com/willmcgugan.png","language":"Python","readme":"# asyncchat\nAsynchronous Telnet Chat Server\n\nThis is an example of using Python's `async` and `await` keywords *without* the use of asyncio or other framework. Requires Python3.6.\n\nRun the server with the following:\n\n```\npython3.6 asynchat.py\n```\n\nThen connect with telnet as follows:\n\n```\ntelnet 127.0.0.1 2323\n```\n\nIf you open multiple connections you will be able to send chat messages between clients.\n\nIf you want to run the server on the internet, launch `asyncchat.py` as follows:\n\n```\nsudo python3.6 asynchat.py 0.0.0.0 23\n```\n\nThen you can connect with \n\n```python\ntelnet \u003cyour ip\u003e\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmcgugan%2Fasyncchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillmcgugan%2Fasyncchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmcgugan%2Fasyncchat/lists"}