{"id":17250699,"url":"https://github.com/statusfailed/cloud-haskell-socket-test","last_synced_at":"2025-08-22T22:45:16.652Z","repository":{"id":145119611,"uuid":"120199148","full_name":"statusfailed/cloud-haskell-socket-test","owner":"statusfailed","description":"A simple telnet-chat server with cloud-haskell / distributed-process and sockets.","archived":false,"fork":false,"pushed_at":"2018-02-04T16:07:49.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T07:11:26.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/statusfailed.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":"2018-02-04T15:53:05.000Z","updated_at":"2018-09-18T21:46:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d9a86f0-c424-4da1-a009-c995ec2a08d6","html_url":"https://github.com/statusfailed/cloud-haskell-socket-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statusfailed/cloud-haskell-socket-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcloud-haskell-socket-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcloud-haskell-socket-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcloud-haskell-socket-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcloud-haskell-socket-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statusfailed","download_url":"https://codeload.github.com/statusfailed/cloud-haskell-socket-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcloud-haskell-socket-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271712257,"owners_count":24807763,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-15T06:49:21.721Z","updated_at":"2025-08-22T22:45:16.590Z","avatar_url":"https://github.com/statusfailed.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-haskell-socket-test\n\nA \"chat\" server using the distributed-process family of libraries.\nIt really just sends bytestreams from each client to all other clients.\nNot very smart!\n\n## Install\n\n    stack build\n    stack exec cloud-haskell-socket-test-exe\n\n## Use\n\nConnect and send/receive bytes to/from other clients:\n\n    nc localhost 4444\n\n# How it works\n\n* Single thread accepting new connections, spawns a new local process on\n  client connect.\n* Client thread is actually a pair of processes, both have an IORef containing\n  Pids of all other processes:\n  1. Reader: reads msgs from client, and broadcasts to other processes\n  2. Writer: receives raw strings from other clients and writes to socket\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fcloud-haskell-socket-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusfailed%2Fcloud-haskell-socket-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fcloud-haskell-socket-test/lists"}