{"id":32584181,"url":"https://github.com/maxdemaio/flack","last_synced_at":"2026-05-06T04:32:52.536Z","repository":{"id":53634772,"uuid":"265744546","full_name":"maxdemaio/Flack","owner":"maxdemaio","description":"An online messaging service to send and receive messages in real time.","archived":false,"fork":false,"pushed_at":"2021-03-20T04:06:00.000Z","size":4809,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T01:45:32.386Z","etag":null,"topics":["flask","javascript","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/maxdemaio.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}},"created_at":"2020-05-21T03:23:23.000Z","updated_at":"2020-06-28T18:56:21.000Z","dependencies_parsed_at":"2022-09-14T06:31:48.925Z","dependency_job_id":null,"html_url":"https://github.com/maxdemaio/Flack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxdemaio/Flack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemaio%2FFlack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemaio%2FFlack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemaio%2FFlack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemaio%2FFlack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdemaio","download_url":"https://codeload.github.com/maxdemaio/Flack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdemaio%2FFlack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","javascript","socket-io"],"created_at":"2025-10-29T19:44:12.125Z","updated_at":"2026-05-06T04:32:52.530Z","avatar_url":"https://github.com/maxdemaio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flack\nAn online messaging service where one can send and receive messages in real time.\n\n![Flack GIF](./static/images/flack.gif)\n\n## Description\nFlack allows users to choose a display name, create channels (i.e. chatrooms) to communicate in, as well as see and join existing channels. \n\n### Protocol and Library Usage\nRather than using the HTTP request/reponse model, the WebSockets protocol allows us to broadcast events to all users. After the inital handshake both the client and the server establish a permanent bidirectional connection. \n\nThe Flask-SocketIO (an extension of Socket.IO) library will upgrade a connection to the WebSockets protocol if possible and otherwise it will use an HTTP polling method. When a user sends a message within Flack, all users that are connected will receive the message thanks to this library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemaio%2Fflack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdemaio%2Fflack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdemaio%2Fflack/lists"}