{"id":18984354,"url":"https://github.com/phidlarkson/websockets-for-beginners","last_synced_at":"2026-07-01T00:31:11.277Z","repository":{"id":231582340,"uuid":"782121956","full_name":"PhidLarkson/websockets-for-beginners","owner":"PhidLarkson","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-04T20:56:47.000Z","size":370,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T00:24:13.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PhidLarkson.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":"2024-04-04T17:19:29.000Z","updated_at":"2024-04-04T17:45:28.000Z","dependencies_parsed_at":"2024-11-08T16:35:30.548Z","dependency_job_id":null,"html_url":"https://github.com/PhidLarkson/websockets-for-beginners","commit_stats":null,"previous_names":["phidlarkson/websockets-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhidLarkson/websockets-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fwebsockets-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fwebsockets-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fwebsockets-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fwebsockets-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhidLarkson","download_url":"https://codeload.github.com/PhidLarkson/websockets-for-beginners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhidLarkson%2Fwebsockets-for-beginners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34988712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T16:20:55.725Z","updated_at":"2026-07-01T00:31:11.212Z","avatar_url":"https://github.com/PhidLarkson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSockets Chat Demo\n\nThis is a simple demonstration of a chat application using WebSockets. It allows users to send and receive messages in real-time over a terminal.\n\n## Appearance\n![Chat Application Interface](screenshot/image.png)\n\nThe image above shows the interface of the chat application. It's a simple terminal-based interface where users can type their messages and see responses in real-time.\n\nThe chat is client to server for this repo\n\n## Installation\n\nI. To install this project, follow these steps:\n\n    1. Ensure you have Python installed on your system. If not, download and install it from [here](https://www.python.org/downloads/).\n\n    2. Install pip if it's not already installed. You can do this by running the following command:\n        ```\n        python get-pip.py\n        ```\n\n    3. Install virtualenv by running:\n        ```\n        pip install virtualenv\n        ```\n\n    4. Create a virtual environment in the project directory:\n        ```\n        virtualenv venv\n        ```\n\n    5. Activate the virtual environment:\n        - On Windows, run:\n            ```\n            venv\\Scripts\\activate\n            ```\n        - On Unix or MacOS, run:\n            ```\n            source venv/bin/activate\n            ```\n\nII. Clone the repository:\n    ```\n    git clone https://github.com/phidlarkson/websockets-for-beginners.git\n    ```\n\nIII. Navigate into the project directory:\n    ```\n    cd websockets-for-beginners\n    ```\n\nIV. Install the dependencies:\n    ```\n    python install -r requirements\n    ```\n\n## Usage\n\n1. Start the server:\n    ```\n    python server.py\n    ```\n\n2. Open another terminal and start the client:\n    ```\n    python client.py\n    ```\n\n3. You can now start chatting by typing messages into the client terminal.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphidlarkson%2Fwebsockets-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphidlarkson%2Fwebsockets-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphidlarkson%2Fwebsockets-for-beginners/lists"}