{"id":17239153,"url":"https://github.com/binarymuse/distributed-flux","last_synced_at":"2025-07-29T10:32:23.884Z","repository":{"id":21023659,"uuid":"24317091","full_name":"BinaryMuse/distributed-flux","owner":"BinaryMuse","description":"Using a Flux-like architecture for distributed programs","archived":false,"fork":false,"pushed_at":"2014-09-22T17:15:14.000Z","size":148,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-30T08:41:31.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinaryMuse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-22T06:27:14.000Z","updated_at":"2021-05-07T14:09:30.000Z","dependencies_parsed_at":"2022-07-26T15:02:07.653Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/distributed-flux","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/BinaryMuse%2Fdistributed-flux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fdistributed-flux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fdistributed-flux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fdistributed-flux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/distributed-flux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228006331,"owners_count":17854994,"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-10-15T05:47:53.396Z","updated_at":"2024-12-03T22:04:47.093Z","avatar_url":"https://github.com/BinaryMuse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":construction:\n\nInitial tests in using a [Flux](http://facebook.github.io/flux/)-style architecture for realtime, multi-client programs.\n\n    npm install \u0026\u0026 npm start\n\nOpen `http://localhost:8081` in multiple browsers. Control the listening port with the `PORT` environment variable.\n\nOverview\n========\n\nFlux is a software architecture where changes to local data comes only from events, called actions. Entities that manage data, called stores, watch for these actions and manipulate their internal state as appropriate.\n\nThis repository demonstrates a similar idea distributed among a server and *n* clients. When an action is performed on a client, it is also sent to the server. The server determines a canonical order for all incoming actions, and informs the clients of that order. Clients jump back in time (using immutable data structures) if necessary and reply all subsequent actions to bring themselves up to date with the server, re-applying any actions that haven't yet been confirmed by the server if necessary.\n\nThis example uses a \"last-write-wins\" approach. Conflict resolution mechanisms are an interesting topic warranting further exploration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fdistributed-flux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Fdistributed-flux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fdistributed-flux/lists"}