{"id":25439613,"url":"https://github.com/brthor/chatpoly","last_synced_at":"2025-05-15T09:35:53.180Z","repository":{"id":27196705,"uuid":"30667072","full_name":"brthor/chatpoly","owner":"brthor","description":"Simple Erlang network chat server and client.","archived":false,"fork":false,"pushed_at":"2015-03-11T17:50:49.000Z","size":624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T10:19:50.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brthor.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":"2015-02-11T20:03:10.000Z","updated_at":"2017-02-21T22:26:52.000Z","dependencies_parsed_at":"2022-08-17T17:11:08.967Z","dependency_job_id":null,"html_url":"https://github.com/brthor/chatpoly","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/brthor%2Fchatpoly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fchatpoly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fchatpoly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brthor%2Fchatpoly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brthor","download_url":"https://codeload.github.com/brthor/chatpoly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254314399,"owners_count":22050229,"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":"2025-02-17T10:19:55.145Z","updated_at":"2025-05-15T09:35:53.135Z","avatar_url":"https://github.com/brthor.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chatpoly\n\nUsage is rudimentary right now, it requires use of multiple erlang shells.\n\nOpen two terminals, one for client, another for the server. Change the working directory of both to the root directory of chatpoly.\n\nSet up the Server:\n    \n    cd ./server\n    erl\n    Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]\n    \n    Eshell V6.2  (abort with ^G)\n    1\u003e c(server).\n    server.erl:77: Warning: variable 'Username' is unused\n    {ok,server}\n    2\u003e server:start().\n\nThe Server is now Accepting Users.\n\nNow set up a Client, in the client terminal:\n\n    cd ./client/erlang\n    erl\n    Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]\n    \n    Eshell V6.2  (abort with ^G)\n    1\u003e c(client).\n    {ok,client}\n    2\u003e client:start().\n    username:\n\nType in a username and you are ready to go!\n\n    username: Bryan\n    \u003ehey there!\n    Bryan: hey there!\n    \n    \u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrthor%2Fchatpoly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrthor%2Fchatpoly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrthor%2Fchatpoly/lists"}