{"id":15779333,"url":"https://github.com/sid-bhatia-0/simplechatserver","last_synced_at":"2025-10-11T02:37:50.966Z","repository":{"id":45100965,"uuid":"427576451","full_name":"Sid-Bhatia-0/SimpleChatServer","owner":"Sid-Bhatia-0","description":"Single room chat server implementation in Julia using TCP sockets","archived":false,"fork":false,"pushed_at":"2023-03-19T06:51:57.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T05:42:30.068Z","etag":null,"topics":["chatroom","chatserver","julia","socket-programming","tcp-socket"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/Sid-Bhatia-0.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":"2021-11-13T05:20:05.000Z","updated_at":"2024-11-16T08:08:39.000Z","dependencies_parsed_at":"2024-10-25T23:27:46.424Z","dependency_job_id":"9612a181-acb1-436d-b93f-b409bc8dbd1c","html_url":"https://github.com/Sid-Bhatia-0/SimpleChatServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sid-Bhatia-0/SimpleChatServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sid-Bhatia-0%2FSimpleChatServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sid-Bhatia-0%2FSimpleChatServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sid-Bhatia-0%2FSimpleChatServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sid-Bhatia-0%2FSimpleChatServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sid-Bhatia-0","download_url":"https://codeload.github.com/Sid-Bhatia-0/SimpleChatServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sid-Bhatia-0%2FSimpleChatServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005966,"owners_count":26084004,"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-11T02:00:06.511Z","response_time":55,"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":["chatroom","chatserver","julia","socket-programming","tcp-socket"],"created_at":"2024-10-04T18:04:40.624Z","updated_at":"2025-10-11T02:37:50.933Z","avatar_url":"https://github.com/Sid-Bhatia-0.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleChatServer\n\nThis is a simple chat server written in Julia. It uses TCP sockets to communicate messages between a server and multiple clients.\n\n### Getting Started\n\nFollow these steps to test the chat server on you localhost:\n\n1. Clone the project\n\n    ```\n    $ git clone https://github.com/Sid-Bhatia-0/SimpleChatServer.git\n    ```\n\n1. Go inside the project directory (`SimpleChatServer`) and start the Julia REPL\n\n    ```\n    $ julia\n    ```\n\n1. Activate and instantiate the project from the Julia REPL\n\n    ```\n    julia\u003e import Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n    ```\n\n    This might take some time. This will generate a `Manifest.toml` file inside the directory.\n\n1. Exit the REPL\n\n1. Run `server.jl` in your terminal\n    ```\n    $ julia --project=. server.jl\n    ```\n\n    Wait for the server to acknowldege that it has started listening.\n\n1. Run `client.jl` in a few different terminals and start chatting.\n    ```\n    $ julia --project=. client.jl\n    ```\n\n    You will be prompted to enter a nickname. The nickname must be composed only of a-z, A-Z, and 0-9, and its length must be between 1 to 32 characters (both inclusive).\n\nClients may come and go, while the server will keep running. Press `Ctrl-c` to exit the processes.\n\nHere is a screenshot\n\n\u003cimg src=\"https://user-images.githubusercontent.com/32610387/213835719-e1e5ddec-4594-47f5-9a34-901af0a6ddb6.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsid-bhatia-0%2Fsimplechatserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsid-bhatia-0%2Fsimplechatserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsid-bhatia-0%2Fsimplechatserver/lists"}