{"id":15162045,"url":"https://github.com/rzaf/p2p-chat","last_synced_at":"2026-01-25T07:32:57.376Z","repository":{"id":253947078,"uuid":"844997358","full_name":"rzaf/p2p-chat","owner":"rzaf","description":"p2p chat app in go","archived":false,"fork":false,"pushed_at":"2024-10-13T14:34:24.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T22:33:40.918Z","etag":null,"topics":["chat","chat-application","chatapp","encrypted","encryption","fyne","go","golang","grpc","grpc-go","gui","p2p","p2p-chat"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rzaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-20T11:34:46.000Z","updated_at":"2025-01-03T15:34:10.000Z","dependencies_parsed_at":"2024-08-20T14:26:29.066Z","dependency_job_id":"e654c842-0e85-48e7-8e92-f4d0631fc5f7","html_url":"https://github.com/rzaf/p2p-chat","commit_stats":null,"previous_names":["rzaf/p2p-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rzaf/p2p-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzaf%2Fp2p-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzaf%2Fp2p-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzaf%2Fp2p-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzaf%2Fp2p-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzaf","download_url":"https://codeload.github.com/rzaf/p2p-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzaf%2Fp2p-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","chat-application","chatapp","encrypted","encryption","fyne","go","golang","grpc","grpc-go","gui","p2p","p2p-chat"],"created_at":"2024-09-27T01:04:17.946Z","updated_at":"2026-01-25T07:32:57.361Z","avatar_url":"https://github.com/rzaf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# p2p-chat\n\nA serverless p2p chat app written in go with [***fyne***](https://github.com/fyne-io/fyne/) for gui , ***grpc*** for networking and ***sqlite*** for database\n\n## prerequisites\n\n- ***gcc***\n- ***protoc*** \u0026 go plugins (if you want to compile pb files):\n  - install protocol buffer compiler [link](https://grpc.io/docs/protoc-installation/)\n  - install protoc-gen-go and and protoc-gen-go-grpc by running `go install google.golang.org/protobuf/cmd/protoc-gen-go` and `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc`\n  - have protoc and GOPATH in your PATH env\n- ***fyne cli*** only required for bundling data\n  - install fyne by running `go install fyne.io/fyne/v2/cmd/fyne@latest`\n\n## building\n\n- clone project and get get into directory `git clone https://github.com/rzaf/p2p-chat.git \u0026\u0026 cd p2p-chat`\n- run `go mod download` to get required modules\n- run `make bundle` if you want rebundle static assets\n- run `make all` or run `make build` if you dont want to recompile protobuff files\n- run `chat` in `bin`\n\n## usage\n\n- each rooms can only send messages to rooms that have same `uuid`,`secret` and have each others `ip`,`port`,`user uuid`\n- each user has a public username that can be changed in seting\n\n## features\n\n- private and public chat rooms\n- serverless app\n- encrypted messaging\n- light/dark mode\n- public username\n\n## todos\n\n- storing caht messages\n- notifying seen messages\n- profile photo\n- sending media messages (photo,video,music)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzaf%2Fp2p-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzaf%2Fp2p-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzaf%2Fp2p-chat/lists"}