{"id":15132999,"url":"https://github.com/baiguoshuai1/shadiaosocketio","last_synced_at":"2025-10-23T09:31:11.080Z","repository":{"id":63419245,"uuid":"567754749","full_name":"Baiguoshuai1/shadiaosocketio","owner":"Baiguoshuai1","description":"A simple Go SocketIO and support for protocol 3 and protocol 4!","archived":false,"fork":false,"pushed_at":"2024-04-16T14:00:56.000Z","size":45,"stargazers_count":27,"open_issues_count":2,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T20:51:01.145Z","etag":null,"topics":["go","go-socket","go-socket-io","go-socket-io-parser","go-socketio","golang","javascript","socket-client","socket-io","socket-io-client","socket-server","socketio","socketio-server","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/Baiguoshuai1.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":"2022-11-18T13:56:49.000Z","updated_at":"2024-09-07T09:43:56.000Z","dependencies_parsed_at":"2024-04-15T14:57:26.818Z","dependency_job_id":"32bab0e0-44f8-4c0f-a682-299581551e39","html_url":"https://github.com/Baiguoshuai1/shadiaosocketio","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"5f4b5ea75932f099690dcea1a45c6f288473f956"},"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baiguoshuai1%2Fshadiaosocketio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baiguoshuai1%2Fshadiaosocketio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baiguoshuai1%2Fshadiaosocketio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baiguoshuai1%2Fshadiaosocketio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Baiguoshuai1","download_url":"https://codeload.github.com/Baiguoshuai1/shadiaosocketio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237807437,"owners_count":19369595,"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":["go","go-socket","go-socket-io","go-socket-io-parser","go-socketio","golang","javascript","socket-client","socket-io","socket-io-client","socket-server","socketio","socketio-server","websocket"],"created_at":"2024-09-26T04:42:31.726Z","updated_at":"2025-10-23T09:31:10.669Z","avatar_url":"https://github.com/Baiguoshuai1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"golang socket.io\n================\n\nGoLang implementation of [socket.io](http://socket.io) library, client and server.\n\nExamples directory contains simple clients and servers.\n\n### Get It\n\n```sh\ngo get -u github.com/Baiguoshuai1/shadiaosocketio\n```\n\n### Debug\n```sh\nDEBUG=1 go run client.go\n```\n\n### Simple Clients Usage\n[client.html](./examples/client/html/client.html)\nor\n[client.go](./examples/client/client.go)\n\n### Simple Servers Usage\n[server.js](./examples/server/node/server.js)\nor\n[server.go](./examples/server/server.go)\n\n\n### Compatibility\n\u003ctable style=\"text-align: center\"\u003e\n    \u003ctr style=\"font-weight:bold\"\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd colspan=\"9\"\u003eClient\u003c/td\u003e\n    \u003ctr\u003e\n    \u003ctr style=\"font-weight:bold\"\u003e\n        \u003ctd rowspan=\"3\"\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd colspan=\"2\"\u003eJavaScript（browser）\u003c/td\u003e\n        \u003ctd colspan=\"2\"\u003eJavaScript（Node.js）\u003c/td\u003e\n        \u003ctd colspan=\"2\"\u003eGolang（client）\u003c/td\u003e\n    \u003ctr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003ev3.x\u003c/td\u003e\n        \u003ctd\u003ev4.x\u003c/td\u003e\n        \u003ctd\u003ev3.x\u003c/td\u003e\n        \u003ctd\u003ev4.x\u003c/td\u003e\n        \u003ctd\u003e-\u003c/td\u003e\n    \u003ctr\u003e\n    \u003ctr style=\"font-weight:bold\"\u003e\n        \u003ctd style=\"font-weight:bold\"\u003eGolang（server）\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n    \u003ctr\u003e\n    \u003ctr\u003e\n        \u003ctd rowspan=\"7\" style=\"font-weight:bold\"\u003eNode.js（server）\u003c/td\u003e\n        \u003ctd\u003ev3.x\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n    \u003ctr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ev4.x\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n        \u003ctd\u003e✅\u003c/td\u003e\n    \u003ctr\u003e\n\u003c/table\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaiguoshuai1%2Fshadiaosocketio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaiguoshuai1%2Fshadiaosocketio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaiguoshuai1%2Fshadiaosocketio/lists"}