{"id":24873023,"url":"https://github.com/zpnst/fast-server","last_synced_at":"2025-10-15T16:30:44.221Z","repository":{"id":209209916,"uuid":"723476934","full_name":"zpnst/fast-server","owner":"zpnst","description":"Client-server application with hash table","archived":false,"fork":false,"pushed_at":"2023-11-26T12:44:56.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-11T21:37:34.890Z","etag":null,"topics":["client-server","hash-table","linked-list","socket-programming","unix"],"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/zpnst.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}},"created_at":"2023-11-25T19:43:04.000Z","updated_at":"2023-12-16T18:09:09.000Z","dependencies_parsed_at":"2023-11-25T23:19:56.062Z","dependency_job_id":null,"html_url":"https://github.com/zpnst/fast-server","commit_stats":null,"previous_names":["zpnst/hashing-sockets","zpnst/fast-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Ffast-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Ffast-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Ffast-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpnst%2Ffast-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpnst","download_url":"https://codeload.github.com/zpnst/fast-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236624397,"owners_count":19178981,"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":["client-server","hash-table","linked-list","socket-programming","unix"],"created_at":"2025-02-01T05:27:04.870Z","updated_at":"2025-10-15T16:30:43.916Z","avatar_url":"https://github.com/zpnst.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Server\n\n## Structure\n\n  This is a client-server application in which the hash table acts as a server buffer.                                                                                                                    \n  To deal with collisions inside the hash table, a doubly linked list was chosen.                                                                                                                      \n  \n## Customers Window\n\n  Here you can see the consistent interaction of clients with the server.                                                                                                                                 \n  To finish working with the server, the client must write %stop.                                                                                                                                         \n  The client can also end the server session by writing %shutdown.                                                                                                                                      \n  ![image](https://github.com/zpnst/fast-server/assets/105946529/6c24232f-2d12-4023-bd0e-b74542e62c80)\n\n\n  In this example, a client named Incognito ended the server session by writing %shutdown.\n\n## Server Window\n\n  Here we can see the output of the program company.cpp\n\n  ![image](https://github.com/zpnst/fast-server/assets/105946529/e86208ec-a1d2-4895-bc49-db855d0cb4dd)\n  ![image](https://github.com/zpnst/fast-server/assets/105946529/78feff72-94aa-4ce2-8da3-803b3c3938c7)\n\n  First, all records of the server buffer (hash table) were shown.                                                                                                                                        \n  Next, a search was made for a client who would write these messages in one session: Hello, World, UNIX                                                                                                  \n  At the end, the client was searched by name Linus Torvalds.                                                                                                                                           \n\n## Thanks for reading!!!\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpnst%2Ffast-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpnst%2Ffast-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpnst%2Ffast-server/lists"}