{"id":20312778,"url":"https://github.com/otabek8866/anonymous-pub-sub-system","last_synced_at":"2026-04-09T21:02:42.379Z","repository":{"id":85960261,"uuid":"421835281","full_name":"Otabek8866/anonymous-pub-sub-system","owner":"Otabek8866","description":"Anonymous Distributed Publish/Subscribe System","archived":false,"fork":false,"pushed_at":"2022-09-18T18:56:03.000Z","size":3228,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T12:26:30.237Z","etag":null,"topics":["anonymous-chat","flask","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Otabek8866.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":"2021-10-27T13:43:56.000Z","updated_at":"2021-11-28T21:00:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bce49128-b2f4-4876-b385-118f5bd371e2","html_url":"https://github.com/Otabek8866/anonymous-pub-sub-system","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/Otabek8866%2Fanonymous-pub-sub-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otabek8866%2Fanonymous-pub-sub-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otabek8866%2Fanonymous-pub-sub-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otabek8866%2Fanonymous-pub-sub-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Otabek8866","download_url":"https://codeload.github.com/Otabek8866/anonymous-pub-sub-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241811771,"owners_count":20024253,"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":["anonymous-chat","flask","python"],"created_at":"2024-11-14T18:07:29.884Z","updated_at":"2025-11-30T22:03:42.488Z","avatar_url":"https://github.com/Otabek8866.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation Instructions\n\n#### Virtual Environment\n\nSetting up virtual environment\n\n```\nvirtualenv --python=python3.9 flaskgit add\nsource flask/bin/activate\n```\n\n#### Running Client App\n\nSetting up virtual environment\n\n```\npip install -r requirements.txt \n```\n\nChange Host IP in client app/app.py to server IP\n\nhost = \"http://Server IP:80\"\n\nRun Client Flask App\n\nFirst cd to client folder\n\n```\npython3 app.py \n```\n\n#### Running Server App\n\n```\nflask run --host=0.0.0.0 --port=8080\n```\n\n\n\n#### Problem\n\nServers can recognize clients and their data stored on server’s storage.\nThis leads to security concerns where the server providers can maliciously retrieve or sell the data.\n\n\n#### Solution\n\nEncrypt the client message and generate ID for the message on the client side before sending to server.\nServer has no clue of the actual client’s identity/message stored on the database.\nOther clients can request the data using the message ID from the server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotabek8866%2Fanonymous-pub-sub-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotabek8866%2Fanonymous-pub-sub-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotabek8866%2Fanonymous-pub-sub-system/lists"}