{"id":15039611,"url":"https://github.com/yangzhongke/rupengmessagehub","last_synced_at":"2025-04-10T00:06:06.262Z","repository":{"id":38001001,"uuid":"180330133","full_name":"yangzhongke/RuPengMessageHub","owner":"yangzhongke","description":".Net Chat Server Hub","archived":false,"fork":false,"pushed_at":"2022-06-22T21:19:17.000Z","size":868,"stargazers_count":89,"open_issues_count":2,"forks_count":28,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-10T00:05:46.910Z","etag":null,"topics":["c-sharp","core","dot-net","dot-net-core","signalr-core"],"latest_commit_sha":null,"homepage":"https://www.rupeng.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yangzhongke.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":"2019-04-09T09:17:00.000Z","updated_at":"2024-12-04T06:23:30.000Z","dependencies_parsed_at":"2022-09-08T07:25:50.820Z","dependency_job_id":null,"html_url":"https://github.com/yangzhongke/RuPengMessageHub","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/yangzhongke%2FRuPengMessageHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangzhongke%2FRuPengMessageHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangzhongke%2FRuPengMessageHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangzhongke%2FRuPengMessageHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yangzhongke","download_url":"https://codeload.github.com/yangzhongke/RuPengMessageHub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131319,"owners_count":21052819,"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":["c-sharp","core","dot-net","dot-net-core","signalr-core"],"created_at":"2024-09-24T20:43:26.471Z","updated_at":"2025-04-10T00:06:06.228Z","avatar_url":"https://github.com/yangzhongke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RuPengMessageHub\n“Rupeng Message Hub” is an online chatting engine, which can host multiple applications. It can support 2,500 concurrent users on a single server (Memory:2 GB, Bandwidth: 5M).\n\nRuPengMessageHub.Server is the core server, and all chat applications must connect to it.\n\nRuPengMessageHub.TestWeb is an example of chat application.\n\nBefore connection to the hubserver, a token should be retrieved using code bellow:\n```\nvar token = await client.GetTokenAsync(\"1\", \"yzk\", \"rupenggongkaike\", DateTime.Now.ToFileTime(), \"wpstt@999_6xx!aa\");\n```\n\nThe settings, like UserId, AppKey, and AppSecret, must comply with that of appsettings.json in RuPengMessageHub.Server.\n```\n  \"AppInfos\": [\n    {\n      \"Id\": \"6CEB02AB-925D-47DF-9547-2437B952A204\",\n      \"AppKey\": \"rupenggongkaike\",\n      \"AppSecret\": \"wpstt@999_6xx!aa\",\n      \"AppName\": \"Online chatroom for rupeng\"\n    },\n    {\n      \"Id\": \"6CEB02AB-925D-47DF-9547-2437B952A206\",\n      \"AppKey\": \"rupengIM\",\n      \"AppSecret\": \"xx_3@66_6xx@aa\",\n      \"AppName\": \"IM App of Rupeng\"\n    }\n```\n\n[Introduction and video tutorial](https://www.rupeng.com/Courses/Chapter/938)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangzhongke%2Frupengmessagehub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyangzhongke%2Frupengmessagehub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangzhongke%2Frupengmessagehub/lists"}