{"id":36739187,"url":"https://github.com/baxiry/im","last_synced_at":"2026-01-12T12:27:18.212Z","repository":{"id":131150980,"uuid":"297459588","full_name":"baxiry/im","owner":"baxiry","description":"Instant messaging server","archived":false,"fork":false,"pushed_at":"2024-11-28T17:19:31.000Z","size":163,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T21:03:57.255Z","etag":null,"topics":["broker","golang","im","instant-messaging","pubsub","real-time","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","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/baxiry.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":"2020-09-21T20:57:59.000Z","updated_at":"2024-11-28T17:19:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cf2db29-531b-44e8-b88c-dfdfb643edaa","html_url":"https://github.com/baxiry/im","commit_stats":null,"previous_names":["baxiry/im","bashery/im"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/baxiry/im","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxiry%2Fim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxiry%2Fim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxiry%2Fim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxiry%2Fim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baxiry","download_url":"https://codeload.github.com/baxiry/im/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baxiry%2Fim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":["broker","golang","im","instant-messaging","pubsub","real-time","websocket"],"created_at":"2026-01-12T12:27:18.152Z","updated_at":"2026-01-12T12:27:18.205Z","avatar_url":"https://github.com/baxiry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# *im*  \n\n##### Instant messaging server, easy to use as a server or as a library\n\n### install :\n```go get -u github.com/baxiry/im```\n\n### how to use ?\n\ncreate a websocket on browser and send message as json :\n\nto subscribe to a topic (channel) send :\n```json\n{\n   \"event\":\"subscribe\",\n   \"channel\":\"my-channel-id\"\n}\n```\n```event``` must be : ```subscribe```, ```unsubscribe```, ```message```,\n\nLater we will add events:  ```reseive```, and```seen```,\n\nto send message to channel/topic:\n```json\n{\n   \"event\" : \"message\",\n   \"channel\" : \"my-channel-123\",\n   \"data\" : \"hi frends\"\n}\n```\nthen all client subscribe with \"my-channel-123\" will be receive \"hi frinds\" message.\n\n### How do I create a private connection? between two clients?\nJust create a channel and share it between two clients only, this is how you create a private connection\n\n### Project status\n- [x] websocket\n- [x] Pubsub \n- [ ] cache message\n- [ ] 100% Unit testing\n\n\n### License\nUse this library with whatever license you prefer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaxiry%2Fim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaxiry%2Fim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaxiry%2Fim/lists"}