{"id":21161728,"url":"https://github.com/maksim2498/simplechat","last_synced_at":"2026-04-19T17:01:43.424Z","repository":{"id":197318719,"uuid":"698437283","full_name":"Maksim2498/simplechat","owner":"Maksim2498","description":"Simple terminal chat (this is just a mirror of https://hub.mos.ru/fominmv2498/simplechat)","archived":false,"fork":false,"pushed_at":"2023-10-07T13:44:04.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T03:12:04.064Z","etag":null,"topics":["chat","client","server","terminal"],"latest_commit_sha":null,"homepage":"https://hub.mos.ru/fominmv2498/simplechat","language":"Scala","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/Maksim2498.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-29T23:32:40.000Z","updated_at":"2023-10-31T11:46:10.000Z","dependencies_parsed_at":"2025-01-21T09:37:53.664Z","dependency_job_id":null,"html_url":"https://github.com/Maksim2498/simplechat","commit_stats":null,"previous_names":["maksim2498/simplechat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maksim2498/simplechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fsimplechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fsimplechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fsimplechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fsimplechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maksim2498","download_url":"https://codeload.github.com/Maksim2498/simplechat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fsimplechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271027687,"owners_count":24687082,"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-18T02:00:08.743Z","response_time":89,"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":["chat","client","server","terminal"],"created_at":"2024-11-20T13:17:18.786Z","updated_at":"2026-04-19T17:01:43.340Z","avatar_url":"https://github.com/Maksim2498.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents);\n- [About](#about);\n- [Building](#building);\n- [Dowloading](#downloading);\n- [Running](#running);\n- [Documentation](#documentation).\n\n## About\n\nThis is a simple terminal chatting application.\nProject is created in self-education purposes and has no real-world use potential.\n\nIt consists of:\n\n- [`Core`](./core/README.md) - utility library;\n- [`Client`](./client/README.md);\n- [`Server`](./server/README.md).\n\nFor more info on each of it's parts see links above.\n\n## Requirements\n\n**For running:**\n\n- [Java 17+](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html);\n\n**For building:**\n\n- [Scala 3.3.1+](https://www.scala-lang.org/download/3.3.1.html);\n- [SBT 1.9.5+](https://www.scala-sbt.org/download.html).\n\n## Building\n\nFirst, set your current working directory to the one in which this `README.md` file is located.\nSecond, simply execute the following command in your terminal:\n\n```bash\nsbt assembly\n```\n\nAfter this, if no errors where emitted, you should have the following artifacts built:\n\n- `client/target/scala-\u003cscala version\u003e/client-\u003cclient version\u003e.jar` - client `jar` archive;\n- `server/target/scala-\u003cscala version\u003e/server-\u003cclient version\u003e.jar` - client `jar` archive;\n\nReplace `\u003cscala version\u003e`, `\u003cclient verions\u003e`, and `\u003cserver version\u003e` with appropriate versions.\n\n## Downloading\n\n***WIP***\n\n## Running\n\nFirst, locate built or downloaded `jar` archives and simply run them with a command like the following:\n\n```bash\njava -jar /path/to/achive.jar\n```\n\n## Documentation\n\n- [Protocol](./docs/protocol.md);\n- [Client](./client/README.md);\n- [Client CLI](./client/docs/cli.md);\n- [Client shell](./client/docs/shell.md);\n- [Core](./core/README.md);\n- [Server](./server/README.md);\n- [Server CLI](./server/docs/cli.md);\n- [Server shell](./server/docs/shell.md);\n- [Code of Conduct](./docs/CODE_OF_CONDUCT.md);\n- [Security](./docs/SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim2498%2Fsimplechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaksim2498%2Fsimplechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim2498%2Fsimplechat/lists"}