{"id":20041462,"url":"https://github.com/furkankayar/deuchat","last_synced_at":"2026-06-02T21:31:44.565Z","repository":{"id":131031215,"uuid":"235337669","full_name":"furkankayar/DEUCHAT","owner":"furkankayar","description":"Chat application written in C.","archived":false,"fork":false,"pushed_at":"2021-02-20T12:16:47.000Z","size":1297,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T11:25:58.576Z","etag":null,"topics":["arpanet","c","clanguage","client","cprogramming","multithreaded","multithreading","pthread","server","socket","termios"],"latest_commit_sha":null,"homepage":null,"language":"C","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/furkankayar.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":"2020-01-21T12:29:34.000Z","updated_at":"2022-05-11T01:02:12.000Z","dependencies_parsed_at":"2023-04-13T15:23:13.856Z","dependency_job_id":null,"html_url":"https://github.com/furkankayar/DEUCHAT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/furkankayar/DEUCHAT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkankayar%2FDEUCHAT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkankayar%2FDEUCHAT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkankayar%2FDEUCHAT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkankayar%2FDEUCHAT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furkankayar","download_url":"https://codeload.github.com/furkankayar/DEUCHAT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkankayar%2FDEUCHAT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33838215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":["arpanet","c","clanguage","client","cprogramming","multithreaded","multithreading","pthread","server","socket","termios"],"created_at":"2024-11-13T10:46:41.157Z","updated_at":"2026-06-02T21:31:44.537Z","avatar_url":"https://github.com/furkankayar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEUCHAT\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/furkankayar/DEUCHAT/blob/master/LICENSE)\u003cbr\u003e\u003cbr\u003e\nDEUCHAT is a chat application written in C Language.\n\nserver.c handles requests coming from clients. It is multithreaded program.\nCompile: gcc -pthread server.c -o server.o\n\nclient.c is client program. Sends requests to server.\nCompile: gcc -pthread client.c -o client.o\n\nRecommended gcc: 9.2.1\n\nCommands:\n\n\u003cul\u003e\n  \u003cli\u003e-list: Lists the currently available rooms with the name of the customers in it.\u003c/li\u003e\n  \u003cli\u003e-create room_name: Creates a new specified room. Not more than one room with the same name.\u003c/li\u003e\n  \u003cli\u003e-pcreate room_name: Creates a new specified private room. This type of room has been protected with password.\u003c/li\u003e\n  \u003cli\u003e-enter room_name: Enter to the specified room.\u003c/li\u003e\n  \u003cli\u003e-quit: Quit from the room that you are in. You come back to the common area.\u003c/li\u003e\n  \u003cli\u003e-msg message_body: Sends a message to room that you are in.\u003c/li\u003e\n  \u003cli\u003e-whoami: Shows your own nickname information.\u003c/li\u003e\n  \u003cli\u003e-exit: Exit the program.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cimg src=\"/ss.png\" width=1482 /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkankayar%2Fdeuchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurkankayar%2Fdeuchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkankayar%2Fdeuchat/lists"}