{"id":20625379,"url":"https://github.com/vadniks/exchatgeserver","last_synced_at":"2026-05-02T23:37:03.239Z","repository":{"id":169870880,"uuid":"645922540","full_name":"vadniks/ExchatgeServer","owner":"vadniks","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-09T10:10:39.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T12:07:18.138Z","etag":null,"topics":["binary-protocol","docker-compose","e2e-encryption","golang","low-level-memory-manipulation","mongodb","multithreading","realtime-messaging","secured-communication","server-side","socket-programming","socket-server","sodium"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vadniks.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}},"created_at":"2023-05-26T19:06:53.000Z","updated_at":"2024-03-15T07:44:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"244132c6-4ffb-4757-ad79-ef6edc5ccae5","html_url":"https://github.com/vadniks/ExchatgeServer","commit_stats":null,"previous_names":["vadniks/exchatgeserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vadniks/ExchatgeServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FExchatgeServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FExchatgeServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FExchatgeServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FExchatgeServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadniks","download_url":"https://codeload.github.com/vadniks/ExchatgeServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FExchatgeServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32553688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"last_error":"SSL_read: 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":["binary-protocol","docker-compose","e2e-encryption","golang","low-level-memory-manipulation","mongodb","multithreading","realtime-messaging","secured-communication","server-side","socket-programming","socket-server","sodium"],"created_at":"2024-11-16T13:09:26.201Z","updated_at":"2026-05-02T23:37:03.220Z","avatar_url":"https://github.com/vadniks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Exchatge - a secured message exchanger (server)\n\n```\n_______ _     _ _______ _     _ _______ _______  ______ _______\n|______  \\___/  |       |_____| |_____|    |    |  ____ |______\n|______ _/   \\_ |_____  |     | |     |    |    |_____| |______\n```\n\nThe purpose of this project is to easily exchange messages\nvia binary protocol using an encrypted communication channel\nin the realtime.\n\nServer supports users registration, authentication and authorization. \nServer is just a secured proxy, so the users behind the NAT (network address translation) \ncan easily communicate with each other. \nConnection between user and server is end-to-end encrypted and client can verify \nserver's identity via digital signature.\n\n## `TODO`\n* Add messages queues for users to store messages in them while users are offline to allow them fetch messages later\n\n## Dependencies\n\nServer is written entirely in Go. \nThe following libraries are used: \n* [Sodium](https://github.com/jamesruan/sodium), \n* [Mongo-driver](https://pkg.go.dev/go.mongodb.org/mongo-driver).\n\n## The project is currently in `Beta`\n\n[Desktop Linux client](https://github.com/vadniks/ExchatgeDesktopClient) \\\n[Android client](https://github.com/vadniks/ExchatgeAndroidClient)\n\n## Build\n\nFirstly, the LibSodium library and pkg-config are needed to be installed, example for Arch/Manjaro:\n```shell\nsudo pacman -S libsodium pkgconf\n```\nSecondly, the project dependencies are needed to be installed, and then, \nthe actual build can be performed:\n```shell\n# should be executed from the repository's root directory\n(cd src; go get)\n(cd src/crypto; go test) # run crypto tests\ngo build -C src -o \"$(pwd)/build/ExchatgeServer\" ExchatgeServer\n```\n\n## Deploy\n\nJust run `docker-compose up --build --abort-on-container-exit` from the root directory of this repository. \nEnsure that you have `docker` \u0026 `docker-compose` programs installed. Build is \nperformed automatically while creating the container.\n\n## Documentation\n\n`TODO`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadniks%2Fexchatgeserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadniks%2Fexchatgeserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadniks%2Fexchatgeserver/lists"}