{"id":13857045,"url":"https://github.com/shanealynn/async_flask","last_synced_at":"2026-01-10T13:07:10.455Z","repository":{"id":18648794,"uuid":"21855650","full_name":"shanealynn/async_flask","owner":"shanealynn","description":"Test of asynchronous flask communication with web page.","archived":false,"fork":false,"pushed_at":"2023-05-01T23:40:50.000Z","size":17,"stargazers_count":213,"open_issues_count":2,"forks_count":91,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-19T23:35:25.503Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shanealynn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2014-07-15T10:29:51.000Z","updated_at":"2024-01-19T09:08:42.000Z","dependencies_parsed_at":"2024-02-09T01:21:34.546Z","dependency_job_id":"8cfb8f5f-100a-4b70-b214-9aa0224ebe39","html_url":"https://github.com/shanealynn/async_flask","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/shanealynn%2Fasync_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanealynn%2Fasync_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanealynn%2Fasync_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanealynn%2Fasync_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanealynn","download_url":"https://codeload.github.com/shanealynn/async_flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213988314,"owners_count":15666960,"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":[],"created_at":"2024-08-05T03:01:23.898Z","updated_at":"2024-08-05T03:02:38.612Z","avatar_url":"https://github.com/shanealynn.png","language":"Python","readme":"\n# Async Flask Test\n\n===========\n\nTest of asynchronous flask communication with web page. \n\nThis repository is a sample flask application that updates a webpage using a background thread for all users connected.\nIt is based on the very useful Flask-SocketIO code from Miguel Grinberg.\n\nhttps://github.com/miguelgrinberg/Flask-SocketIO\n\nTo use - please clone the repository and then set up your virtual environment using the requirements.txt file with pip and virtualenv. You can achieve this with:\n\nThis project has been tested with Python 3.9.\n\n\n    git clone https://github.com/shanealynn/async_flask\n    cd async_flask\n    # Create a virtual environment\n    python3.9 -m venv venv\n    # Activate that virtual environment\n    source venv/bin/activate\n    # Install the project requirements.\n    pip install -r requirements.txt  #(or in Windows - sometimes python -m pip install -r requirements.txt )\n\n\nStart the application with:\n\n\u003ccode\u003e\npython application.py\n\u003c/code\u003e\n\nAnd visit http://localhost:5000 to see the updating numbers.\n\n## ChangeLog\n\n15-Jul-2014: Initial Version\n\n19-May-2018: Update to Python3.3\n\n10-Apr-2022: \n - Update to Python3.9 \n - fixes for threading.isAlive() -\u003e threading.is_alive()\n - Update socketIO version on Frontend\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanealynn%2Fasync_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanealynn%2Fasync_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanealynn%2Fasync_flask/lists"}