{"id":19611172,"url":"https://github.com/iuroc/socket-chat-room","last_synced_at":"2026-05-16T03:07:39.914Z","repository":{"id":204653343,"uuid":"617060019","full_name":"iuroc/socket-chat-room","owner":"iuroc","description":"socket 实现的聊天室","archived":false,"fork":false,"pushed_at":"2023-03-21T16:29:26.000Z","size":6068,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T10:17:17.769Z","etag":null,"topics":["json","python","socket"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iuroc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-21T16:10:58.000Z","updated_at":"2023-06-26T13:35:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"31033083-3108-4d30-a37a-12d0ee7d57b5","html_url":"https://github.com/iuroc/socket-chat-room","commit_stats":null,"previous_names":["iuroc/socket-chat-room"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuroc%2Fsocket-chat-room","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuroc%2Fsocket-chat-room/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuroc%2Fsocket-chat-room/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuroc%2Fsocket-chat-room/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iuroc","download_url":"https://codeload.github.com/iuroc/socket-chat-room/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240899850,"owners_count":19875457,"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":["json","python","socket"],"created_at":"2024-11-11T10:37:04.174Z","updated_at":"2026-05-16T03:07:34.896Z","avatar_url":"https://github.com/iuroc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socket 实现的聊天室\n\n## 项目信息\n\n- 作者：欧阳鹏\n- 主页：https://apee.top\n- 开发日期：2023 年 3 月 22 日\n- 项目地址：https://github.com/oyps/socket-chat-room\n\n## 安装使用\n\n- Windows：下载 [`client.exe`](https://github.com/oyps/socket-chat-room/raw/master/dist/client.exe)，打开运行即可\n\n## 服务端部署流程\n\n1. 进入服务器某个目录\n2. 将 `server.py` 上传到该目录\n3. 运行 `python server.py`\n\n## 模拟界面\n\n```\n请输入昵称：鹏优创社区\n--------------------\n大家好\n\u003e\u003e 鹏优创社区：大家好\n\u003e\u003e 昵称 A：大家好\n\u003e\u003e 昵称 B：你好\n```\n\n## 数据结构\n\n- 由客户端发给服务端的文本消息\n    ```json\n    {\n        \"message\": \"文本消息\",\n        \"nick_name\": \"用户昵称\",\n        \"type\": \"message\"\n    }\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuroc%2Fsocket-chat-room","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiuroc%2Fsocket-chat-room","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuroc%2Fsocket-chat-room/lists"}