{"id":24495262,"url":"https://github.com/joymoe/joyengine","last_synced_at":"2025-04-14T02:51:51.537Z","repository":{"id":95094981,"uuid":"99717794","full_name":"JoyMoe/JoyEngine","owner":"JoyMoe","description":"A scalable, distributed high-available online game server framework","archived":false,"fork":false,"pushed_at":"2017-12-19T17:26:18.000Z","size":48,"stargazers_count":7,"open_issues_count":9,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T16:55:50.062Z","etag":null,"topics":["distributed","dotnetcore","game","game-server","high-availability","lua-script","scalable"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoyMoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-08-08T17:14:57.000Z","updated_at":"2023-06-10T02:17:52.000Z","dependencies_parsed_at":"2023-04-27T17:21:55.013Z","dependency_job_id":null,"html_url":"https://github.com/JoyMoe/JoyEngine","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/JoyMoe%2FJoyEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoyMoe%2FJoyEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoyMoe%2FJoyEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoyMoe%2FJoyEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoyMoe","download_url":"https://codeload.github.com/JoyMoe/JoyEngine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813827,"owners_count":21165631,"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":["distributed","dotnetcore","game","game-server","high-availability","lua-script","scalable"],"created_at":"2025-01-21T20:19:41.722Z","updated_at":"2025-04-14T02:51:51.532Z","avatar_url":"https://github.com/JoyMoe.png","language":"C#","readme":"JoyEngine\n===\nA scalable, distributed high-available online game server framework\n\n[![AppVeyor](https://img.shields.io/appveyor/ci/JoyMoe/JoyEngine.svg)](https://ci.appveyor.com/project/JoyMoe/JoyEngine)\n[![AppVeyor tests](https://img.shields.io/appveyor/tests/JoyMoe/JoyEngine.svg)](https://ci.appveyor.com/project/JoyMoe/JoyEngine)\n[![Codecov](https://img.shields.io/codecov/c/github/JoyMoe/JoyEngine.svg)](https://codecov.io/gh/JoyMoe/JoyEngine)\n[![license](https://img.shields.io/github/license/JoyMoe/JoyEngine.svg)](https://raw.githubusercontent.com/JoyMoe/JoyEngine/master/LICENSE)\n[![CLA assistant](https://cla-assistant.io/readme/badge/JoyMoe/JoyEngine)](https://cla-assistant.io/JoyMoe/JoyEngine)\n\n![System Structure](docs/System_Structure.svg)\n\n## Build\n\nUse Visual Studio 2017, Xamarin Studio or MonoDevelop to build it.\n\nYou can also build it with [Mono C# Compiler](http://www.mono-project.com/docs/about-mono/languages/csharp) or [.NET Core](http://dotnet.github.io/).\n\n## Components\n\n* [ ] Anti-Cheating Plugin (ACP)\n    * [ ] Server-side Data Validation\n* [x] Bussiness Logic Engine (BLE)\n    * [ ] Database Support\n    * [ ] Hook Support\n    * [x] Lua Virtual Machine\n    * [x] Tick Support\n* [x] Input/Ouput Gateway (IOG)\n    * [x] Group Management\n    * [x] Incoming/Outgoing Messages Routing\n    * [x] Websocket Connector\n* [ ] Management RPC Server (RPC)\n    * [ ] Management APIs\n* [ ] System Monitor Daemon (MON)\n    * [ ] Nodes Dispatching\n    * [ ] Status Monitoring\n* [ ] User Authentication Adapter (UAA)\n    * [ ] Session Management\n    * [ ] User Authentication\n* [ ] Toolchain\n    * [ ] Script Editor (for BLE)\n    * [ ] Tool to create Data Schemas (for BLE and DBI)\n    * [ ] Tool to create Message Schemas (for MGW)\n\n## Contributing\n\nContributions are welcome and can be submitted using pull requests.\n\nPlease follow the guidelines in our [CONTRIBUTING](CONTRIBUTING.md) guide.\n\n## License\n\nJoyEngine is dual licensed under the GNU GENERAL PUBLIC LICENSE V3 or a commercial license. If you cannot accept GPL, you need to obtain a commercial license.\n\nMore info see [LICENSE](LICENSE).\n\n#### There're some third-party libraries used by our project, they are:\n\n##### [protobuf-net](https://github.com/mgravell/protobuf-net) (NuGet package)\n\nthe [Apache License v2](https://raw.githubusercontent.com/mgravell/protobuf-net/master/Licence.txt)\n\n##### [MoonSharp](https://github.com/xanathar/moonsharp) (NuGet package)\n\nthe [3-Clause BSD license](https://github.com/xanathar/moonsharp/blob/master/LICENSE)\n\n##### [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) (NuGet package)\n\nthe [MIT License](https://raw.githubusercontent.com/JamesNK/Newtonsoft.Json/master/LICENSE.md)\n\n##### [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) (NuGet package)\n\nthe [Apache License v2](https://raw.githubusercontent.com/rabbitmq/rabbitmq-dotnet-client/master/LICENSE-APACHE2) and the [Mozilla Public License v1.1](https://raw.githubusercontent.com/rabbitmq/rabbitmq-dotnet-client/master/LICENSE-MPL-RabbitMQ)\n\n##### [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) (NuGet package)\n\nthe [MIT License](https://github.com/StackExchange/StackExchange.Redis/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoymoe%2Fjoyengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoymoe%2Fjoyengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoymoe%2Fjoyengine/lists"}