[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9945":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":17,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":18,"lastSyncTime":38,"discoverSource":39},9945,"socketcluster","SocketCluster\u002Fsocketcluster","SocketCluster","Highly scalable realtime pub\u002Fsub and RPC framework","https:\u002F\u002Fsocketcluster.io",null,"JavaScript",6197,322,172,89,0,1,2,38.53,"MIT License",false,"master",true,[25,26,27,28,29,30,31,32,5,33,34],"docker","framework","javascript","kubernetes","nodejs","pubsub","realtime","scalable","websocket","websockets","2026-06-12 02:02:14","# SocketCluster\n\nToolset and boilerplate for quickly creating systems using SocketCluster.\nSee the client and server repos for documentation:\n\n- https:\u002F\u002Fgithub.com\u002FSocketCluster\u002Fsocketcluster-client\n- https:\u002F\u002Fgithub.com\u002FSocketCluster\u002Fsocketcluster-server\n\nDocumentation for SCC (horizontally scalable cluster) is available at https:\u002F\u002Fgithub.com\u002FSocketCluster\u002Fsocketcluster\u002Fblob\u002Fmaster\u002Fscc-guide.md\n\n## Installation\n\nFirst, set up Node.js on your machine.\n\nThen set up the `socketcluster` command:\n\n```bash\nnpm install -g socketcluster\n```\n\nor:\n\n```bash\nsudo npm install -g socketcluster\n```\n\nthen:\n\n```bash\nsocketcluster create myapp\n```\n\nOnce it's installed, go to your new myapp\u002F directory and launch with:\n\n```bash\nnode server\n```\n\nAccess at URL http:\u002F\u002Flocalhost:8000\u002F\n\nNode.js `v10.0.0` or above is recommended but you can also use SocketCluster with older Node.js versions if you use `while` loops instead of `for-await-of` loops.\n\n## Compatibility mode\n\nFor compatibility with existing SocketCluster clients, set the `protocolVersion` to `1` and make sure that the `path` matches your old client path:\n\n```js\nlet agServer = socketClusterServer.attach(httpServer, {\n  protocolVersion: 1,\n  path: '\u002Fsocketcluster\u002F'\n});\n```\n\n## Change log\n\nSee the 'releases' section for changes: https:\u002F\u002Fgithub.com\u002FSocketCluster\u002Fsocketcluster\u002Freleases\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2013-2023 SocketCluster.io\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and\u002For sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","SocketCluster 是一个高度可扩展的实时发布\u002F订阅和远程过程调用框架。它基于 WebSocket 技术，使用 JavaScript 语言编写，支持 Node.js 环境。核心功能包括高性能的消息传递机制、集群支持以及易于集成的客户端与服务器端组件。此外，SocketCluster 还提供了水平扩展能力，通过 Docker 和 Kubernetes 可以轻松实现大规模部署。该项目适用于需要构建实时通信应用的各种场景，如在线聊天室、多人协作工具或即时消息系统等。","2026-06-11 03:25:31","top_topic"]