{"id":17985267,"url":"https://github.com/lukeyeager/flask-sqlalchemy-socketio-demo","last_synced_at":"2025-07-25T05:16:00.067Z","repository":{"id":140482930,"uuid":"49332564","full_name":"lukeyeager/flask-sqlalchemy-socketio-demo","owner":"lukeyeager","description":"Demo for how to use Flask, SQLAlchemy and SocketIO together","archived":false,"fork":false,"pushed_at":"2016-10-13T20:00:22.000Z","size":48,"stargazers_count":19,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T17:54:14.611Z","etag":null,"topics":["flask","socketio","sqlalchemy"],"latest_commit_sha":null,"homepage":null,"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/lukeyeager.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-09T16:49:55.000Z","updated_at":"2024-03-08T22:22:20.000Z","dependencies_parsed_at":"2023-03-13T10:42:07.255Z","dependency_job_id":null,"html_url":"https://github.com/lukeyeager/flask-sqlalchemy-socketio-demo","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/lukeyeager%2Fflask-sqlalchemy-socketio-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeyeager%2Fflask-sqlalchemy-socketio-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeyeager%2Fflask-sqlalchemy-socketio-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeyeager%2Fflask-sqlalchemy-socketio-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukeyeager","download_url":"https://codeload.github.com/lukeyeager/flask-sqlalchemy-socketio-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245540354,"owners_count":20632144,"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":["flask","socketio","sqlalchemy"],"created_at":"2024-10-29T18:24:33.409Z","updated_at":"2025-03-25T20:32:31.978Z","avatar_url":"https://github.com/lukeyeager.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-sqlalchemy-socketio-demo\n\n[![Build Status](https://travis-ci.org/lukeyeager/flask-sqlalchemy-socketio-demo.svg?branch=master)](https://travis-ci.org/lukeyeager/flask-sqlalchemy-socketio-demo)\n\nDemo for how to use Flask, SQLAlchemy and SocketIO together\n\n### Setup\n```\npip install -r requirements.txt\n./manage.py db init\n./manage.py db migrate\n./manage.py db upgrade\n```\n\n#### Asynchronous framework\nThere are three options for the asynchronous backend framework:\n\n1. eventlet\n  * `pip install eventlet`\n2. gevent\n  * `pip install gevent gevent-websocket`\n3. threading\n  * *built-in*\n\n#### Communication method\nThere are three options for the worker-server communication method:\n\n1. SocketIO\n  * `pip install socketio-client`\n2. Redis\n  * `pip install redis`\n3. ZeroMQ\n  * `pip install pyzmq`\n\n### Run server\n```\n./manage.py runserver\n```\n\n### Test functionality\n```\n./manage.py add\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeyeager%2Fflask-sqlalchemy-socketio-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeyeager%2Fflask-sqlalchemy-socketio-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeyeager%2Fflask-sqlalchemy-socketio-demo/lists"}