{"id":22513301,"url":"https://github.com/ashutoshthings/retrochat","last_synced_at":"2025-07-11T09:34:49.031Z","repository":{"id":265103989,"uuid":"895145522","full_name":"AshutoshThings/RetroChat","owner":"AshutoshThings","description":"A Terminal based chatting application.","archived":false,"fork":false,"pushed_at":"2024-11-30T12:48:51.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:18:41.731Z","etag":null,"topics":["c","server-client-application","socketprogramming","winsock2"],"latest_commit_sha":null,"homepage":"","language":"C","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/AshutoshThings.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T16:33:13.000Z","updated_at":"2024-11-30T12:48:55.000Z","dependencies_parsed_at":"2024-11-27T17:44:19.872Z","dependency_job_id":null,"html_url":"https://github.com/AshutoshThings/RetroChat","commit_stats":null,"previous_names":["ashutoshvish/retrochat","ashutoshthings/retrochat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshThings%2FRetroChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshThings%2FRetroChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshThings%2FRetroChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshThings%2FRetroChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshutoshThings","download_url":"https://codeload.github.com/AshutoshThings/RetroChat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950573,"owners_count":20699094,"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":["c","server-client-application","socketprogramming","winsock2"],"created_at":"2024-12-07T03:11:07.129Z","updated_at":"2025-07-11T09:34:49.013Z","avatar_url":"https://github.com/AshutoshThings.png","language":"C","readme":"# RetroChat - Terminal Based Chat Application\n\nRetroChat is a terminal-based real-time chat application built using C. It allows multiple clients to communicate through a central server without the need for port forwarding or complex setups.\n\n\u003e Think of it like old-school LAN chat but over the internet!\n\n---\n\n## Features\n- Real-time chatting between multiple clients\n- Server-Client architecture\n- No port forwarding needed on client side\n- Terminal-friendly interface\n- Simple command-based usage\n\n---\n\n## Tech Stack\n- C (Networking)\n- Sockets (TCP)\n- Windows based terminal app\n- Server mediates communication between clients\n\n---\n\n## Project Structure\n```\n├── RetroChat/\n│   ├── server.c\n│   ├── client.c\n│   ├── README.md\n```\n## Setup \u0026 Run\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/AshutoshThings/RetroChat.git\ncd RetroChat\n```\n## Setup \u0026 Run (Windows)\n\n### 2. Compile\n\nUse any of the following methods:\n\n- Visual Studio (Recommended)\n\n- g++ with MinGW\n\n- Command line build (Example):\n```bash\ng++ server.cpp -o server -lws2_32\ng++ client.cpp -o client -lws2_32\n```\n-lws2_32 links the Windows Sockets (Winsock) library required for networking.\n\n### 3. Run the Server\n```bash\n./server\n```\n### 4. Run the Client\n```bash\n./client\n```\n\nMade with ❤️ by AshutoshThings\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashutoshthings%2Fretrochat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashutoshthings%2Fretrochat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashutoshthings%2Fretrochat/lists"}