{"id":21409892,"url":"https://github.com/stackbuilders/cloud-haskell-chat","last_synced_at":"2025-10-14T10:38:47.394Z","repository":{"id":139306536,"uuid":"124294921","full_name":"stackbuilders/cloud-haskell-chat","owner":"stackbuilders","description":"Chat Server with Cloud Haskell","archived":false,"fork":false,"pushed_at":"2018-04-10T14:33:32.000Z","size":10,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-07-14T03:01:19.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/stackbuilders.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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-03-07T21:10:52.000Z","updated_at":"2023-01-21T04:22:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e904953-fdfa-40e9-aa8f-6593a5eba826","html_url":"https://github.com/stackbuilders/cloud-haskell-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackbuilders/cloud-haskell-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fcloud-haskell-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fcloud-haskell-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fcloud-haskell-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fcloud-haskell-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbuilders","download_url":"https://codeload.github.com/stackbuilders/cloud-haskell-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fcloud-haskell-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018779,"owners_count":26086452,"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-10-14T02:00:06.444Z","response_time":60,"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-11-22T17:34:57.789Z","updated_at":"2025-10-14T10:38:47.364Z","avatar_url":"https://github.com/stackbuilders.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Server with Cloud Haskell\n\nAn implementation of a Chat Server with [Cloud Haskell](http://haskell-distributed.github.io/)\n\n\n# Installation\n\nClone this repository and run `stack install` in its root folder.\n\n\n# Run server\n\nTo run the server, you must provide the following arguments:\n\n - `host`: Address of the host machine for the chat server.\n - `port`: Port where the server is to be served.\n - `room`: Name for this chat room.\n\nFor example:\n\n```\nchatServer --host 192.168.0.33 --port 8080 --room myChat\n```\n\nAs soon as the server is launched it will prompt its `EndPointAddress`, which is needed for clients to establish a connection.\nThe prompt log will look like the following:\n\n```\nServer launched at: 192.168.0.33:8080:0\n```\n\n# Run client\n\nTo run the client, you must provide the following arguments:\n\n- `address`: [EndPointAddress](http://haskell-distributed.github.io/tutorials/tutorial-NT2.html) of the remote (or local) machine serving the chat room.\n- `host`: Address of the host machine for the chat client.\n- `port`: Port where the client is to be served.\n- `room`: Name of the chat room this client will connect to.\n\n\nFor example:\n\n```\nchatClient --address 192.168.0.33:8080:0 --host 127.0.0.1 --port 8880 --room myChat\n```\n\nNote that the `EndPointAddress` you must provide is the value provided by the chat server once it has been launched.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fcloud-haskell-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbuilders%2Fcloud-haskell-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fcloud-haskell-chat/lists"}