{"id":19542281,"url":"https://github.com/ruffrey/go-socketio09","last_synced_at":"2025-09-05T12:43:18.242Z","repository":{"id":57543820,"uuid":"67845704","full_name":"ruffrey/go-socketio09","owner":"ruffrey","description":"Socket.IO 0.9.x client for Go","archived":false,"fork":false,"pushed_at":"2016-09-12T14:39:20.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T18:50:11.432Z","etag":null,"topics":[],"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/ruffrey.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}},"created_at":"2016-09-10T02:23:51.000Z","updated_at":"2017-10-24T15:38:29.000Z","dependencies_parsed_at":"2022-08-27T18:50:34.304Z","dependency_job_id":null,"html_url":"https://github.com/ruffrey/go-socketio09","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/ruffrey%2Fgo-socketio09","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fgo-socketio09/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fgo-socketio09/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fgo-socketio09/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffrey","download_url":"https://codeload.github.com/ruffrey/go-socketio09/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240796093,"owners_count":19858950,"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-11-11T03:13:59.412Z","updated_at":"2025-02-26T05:22:15.989Z","avatar_url":"https://github.com/ruffrey.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"API is unstable! Beware.\n\n# Golang Socket.IO 0.9.x Client\n\nSocket.IO is a protocol for framing and acking messages over a web socket.\n[Socket.IO server](https://github.com/socketio/socket.io/) is implemented in Node.js. Socket.IO 0.9 is an older\nversion, with a different protocol than Socket.IO 1 and beyond.\n\nThis library implements a limited subset of the Socket.IO spec. It is a work in progress.\nThere were not any other Socket.IO 0.9 compatible libraries at the time I needed this,\nwhich written in go.\n\n## Examples\n\nSee the `examples/` folder. Since this client library requires a Socket.IO 0.9 server, there\nis one in the `examples/` folder. It requires Node.js (\u003e=0.10) and npm (\u003e=2) to be installed.\nTo run the example server:\n\n```bash\ncd examples\nnpm install\nnpm start\n```\n\nTo run the example go client:\n\n```bash\ncd examples\ngo run basic-client.go\n```\n\n## Implemented\n\n- emit json events, and receive json ack\n- listen for events\n\n## Unimplemented\n\n- send regular text, json messages (not emitted events) to other socket.io endpoints\n- handling some message types: 3, 4, 7\n\n## Known Issues\n\n- protocol level bugs might get buried\n\n## License\n\nMIT. Copyright (c) Jeff H. Parrish 2016. See LICENSE file in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fgo-socketio09","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffrey%2Fgo-socketio09","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fgo-socketio09/lists"}