{"id":15133003,"url":"https://github.com/tarik56/easy-socketio","last_synced_at":"2026-02-01T02:01:09.824Z","repository":{"id":61452196,"uuid":"551692755","full_name":"tarik56/easy-socketio","owner":"tarik56","description":"Wrapper around python-socketio that handles a simple que and threading","archived":false,"fork":false,"pushed_at":"2022-10-15T01:21:54.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T19:52:10.393Z","etag":null,"topics":["python","socket-io","socketio","web-socket","websocket"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/easy-socketio/","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/tarik56.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-14T22:42:26.000Z","updated_at":"2022-10-15T01:24:36.000Z","dependencies_parsed_at":"2022-10-18T06:50:53.381Z","dependency_job_id":null,"html_url":"https://github.com/tarik56/easy-socketio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarik56/easy-socketio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarik56%2Feasy-socketio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarik56%2Feasy-socketio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarik56%2Feasy-socketio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarik56%2Feasy-socketio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarik56","download_url":"https://codeload.github.com/tarik56/easy-socketio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarik56%2Feasy-socketio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28964396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"online","status_checked_at":"2026-02-01T02:00:08.102Z","response_time":56,"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":["python","socket-io","socketio","web-socket","websocket"],"created_at":"2024-09-26T04:42:34.631Z","updated_at":"2026-02-01T02:01:09.808Z","avatar_url":"https://github.com/tarik56.png","language":"Python","readme":"## Easy SocketIO\n\nEasy SocketIO is a wrapper build around [python-socketio](https://github.com/miguelgrinberg/python-socketio) that handles a simple queue and threading.\n\n```\npip install easy-socketio\n```\n\nExample with default configs:\n\n```python\nfrom easy_socketio import socketio\n\nsocketio.start_server()\n\n# Wait for connections....\n\n# Send message to all clients\n\nsocketio.send(\"Hello clients\")\n\n```\n\nExample with more detailed configurations:\n\n```python\nfrom easy_socketio import socketio\n\n# Threaded flag starts the server in a background thread, default is True\n\nsocketio.start_server(\n    host=\"127.0.0.1\", \n    port=5000, \n    threaded=True, \n    cors=True, \n    static_files={'/': {'content_type': 'text/html'}}\n)\n\n# Wait for connections....\n\n# Send message to a specific client\n\nsocketio.send(msg=\"Hello client\", event=\"message\", to=\"client_sid_here\")\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarik56%2Feasy-socketio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarik56%2Feasy-socketio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarik56%2Feasy-socketio/lists"}