{"id":13847805,"url":"https://github.com/ScutGame/Scut","last_synced_at":"2025-07-12T11:32:24.803Z","repository":{"id":52112634,"uuid":"12054454","full_name":"ScutGame/Scut","owner":"ScutGame","description":"Scut is a free, open source, stable game server framework, which support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access.","archived":false,"fork":false,"pushed_at":"2016-07-02T11:23:41.000Z","size":814074,"stargazers_count":1334,"open_issues_count":17,"forks_count":578,"subscribers_count":233,"default_branch":"master","last_synced_at":"2024-11-12T19:51:21.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/ScutGame.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}},"created_at":"2013-08-12T11:32:20.000Z","updated_at":"2024-10-29T15:18:10.000Z","dependencies_parsed_at":"2022-09-06T07:52:21.283Z","dependency_job_id":null,"html_url":"https://github.com/ScutGame/Scut","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScutGame%2FScut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScutGame%2FScut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScutGame%2FScut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScutGame%2FScut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScutGame","download_url":"https://codeload.github.com/ScutGame/Scut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225814705,"owners_count":17528295,"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-08-04T19:00:32.073Z","updated_at":"2024-11-21T23:30:38.472Z","avatar_url":"https://github.com/ScutGame.png","language":"C#","readme":"# README\n\n[![Build Status](http://scutgame.com/images/passing.png?branch=6.7.9.11)](http://scutgame.com/download/)\n\n\n## What's Scut?\n\nScut is a free, open source, Stable game server framework, which support \nC#/Python/Lua script. Scut's design philosophy is to \"Developing online game easier\", \nIt includes a development framework and no-sql/database storage services, \nand many game system modules. Save a lot of game developers working hours, \nit allows the user to focus on business logic. Scut Game Server Framework \nalso provide ScutSDK(eg. for Cocos2d-x) which make communications between \nserver and client very easy.\n\n\n## Documentations\n\n* Wiki: [https://github.com/ScutGame/Scut/wiki](https://github.com/ScutGame/Scut/wiki)\n* Online API: [http://scutgame.com/doc/](http://scutgame.com/doc/)\n\n\n## Resource\n\n* HomePage: http://www.scutgame.com\n\n* Github: https://github.com/scutgame/Scut.git\n\n* Oschina: https://git.oschina.net/scutgame/Scut.git\n\n* QQ Group: 138266675\n\n\n## Git for developers\n\n    $ git clone git://github.com/ScutGame/Scut.git\n    or\n    $ git clone https://git.oschina.net/scutgame/Scut.git\n\n\n## Git for samples\n\nIf the Chinese downloaded using [oschina git](https://git.oschina.net/scutgame/Scut-samples),\nelse using [github](https://github.com/ScutGame/Scut-samples)\n\n    $ git clone git://github.com/ScutGame/Scut-samples.git\n    or\n    $ git clone https://git.oschina.net/scutgame/Scut-samples.git\n\n\n## Git for Cocos2d-x SDK Source\n\n    $ git clone git://github.com/ScutGame/Client-source.git\n    or\n    $ git clone https://git.oschina.net/scutgame/Client-source.git\n\n## Requirements\n\nScut is only supported on .Net Framework 4.5.1 and up, you need a Redis of NoSQL as well.\n\n\n## Benefits Features\n\n### Platform\n\n* Windows\n* Linux\n* Mac\n\n\n### Data Persistence (DBs)\n\n* SQL: MySQL/MS SQL Server\n* NoSQL: Redis\n\n\n### Protocols: Http/ WebSocket / Socket\n\n* Transfer protocol is very lean and slim\n* Scut wraps up the networking layer of each client platform\n* Communicate cross-platform and cross-protocol\n* Code generate automaticly: forget about de-/serialization\n\n\n### Server Dev Framework\nLanguage:\n\n* C#\n* Python\n* Lua\n\n\n### Vast Support of Client Platforms\n\n* All client platforms interoperate(iOS vs Android vs PC)\n* Major client platforms supported\n* Android(eg. Cocos2d-x)\n* iOS(eg. Cocos2d-x)\n* Win32\n* .NET\n* Mac OSX\n* Mono\n* Xamarin\n\n\n### Host Scut with major provider\n\n* Microsoft Azure\n* Amazon EC2\n\n\n## Update Log\n\n### Version: 6.7.9.11 (2015-12-17) Beta\n\n* Add Redis \u0026 DB sync queue profile log.\n* Fixed Sql command bug.\n* Fixed socket send bug.\n\n\n\nold version [more](http://scutgame.com/log).\n\n\n## License\n\nFreeBSD License\n```\nCopyright (c) 2013-2015 scutgame.com\n\nhttp://www.scutgame.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```","funding_links":[],"categories":["C#","Game Development"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScutGame%2FScut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FScutGame%2FScut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScutGame%2FScut/lists"}