{"id":15821381,"url":"https://github.com/flexoid/simple-chat","last_synced_at":"2026-01-30T05:04:56.315Z","repository":{"id":2126075,"uuid":"3068968","full_name":"flexoid/Simple-Chat","owner":"flexoid","description":"Chat program based on self-developed Simple Chat protocol","archived":false,"fork":false,"pushed_at":"2011-12-29T14:39:17.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T07:48:56.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/flexoid.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-12-29T14:05:05.000Z","updated_at":"2013-12-19T16:44:55.000Z","dependencies_parsed_at":"2022-08-27T11:51:19.823Z","dependency_job_id":null,"html_url":"https://github.com/flexoid/Simple-Chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexoid%2FSimple-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexoid%2FSimple-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexoid%2FSimple-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexoid%2FSimple-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexoid","download_url":"https://codeload.github.com/flexoid/Simple-Chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598151,"owners_count":20802973,"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":[],"created_at":"2024-10-05T07:21:50.047Z","updated_at":"2026-01-30T05:04:51.279Z","avatar_url":"https://github.com/flexoid.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Chat program based on self-developed Simple Chat protocol.\n\n## Protocol description\n\n### Client -\u003e Server direction\n* Establish a connection.\n `$u \u003cnickname\u003e`\n\n* Enter the room\n `$j \u003croomname\u003e`\n\n* Exit the room\n `$p \u003croomname\u003e`\n\n* Send message to the room\n `$m \u003croomname\u003e \u003cmessage\u003e`\n\n* Send message to another client\n `$m \u003cnickname\u003e \u003cmessage\u003e`\n\n* Get the information about client\n `$i \u003cnickname\u003e`\n\n### Server -\u003e Client direction\n\n* Notifycation about entrance to the room\n `$n \u003cnickname\u003e \u003croomname\u003e`\n\n* Notifycation about leaving the room\n `$p \u003cnickname\u003e \u003croomname\u003e`\n\n* List of the clients in the room\n `$l \u003croomname\u003e \u003cnickname1\u003e \u003cnickname2\u003e … \u003cnicknameN\u003e`\n\n* Message delivery\n `$m \u003cto_roomname\u003e \u003cfrom_nickname\u003e \u003cmessage\u003e`\n `$m \u003cfrom_nickname\u003e \u003cmessage\u003e`\n\n* Error\n `$e \u003cerrorcode\u003e \u003cerrorstring\u003e`\n\n* Sending information about the client\n `$i \u003cnickname\u003e \u003cage\u003e [\u003cemail\u003e]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexoid%2Fsimple-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexoid%2Fsimple-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexoid%2Fsimple-chat/lists"}