{"id":15014254,"url":"https://github.com/tfkfan/netty-server-game-demo","last_synced_at":"2025-04-12T07:42:13.717Z","repository":{"id":190382690,"uuid":"682483231","full_name":"tfkfan/netty-server-game-demo","owner":"tfkfan","description":"Netty java game highload server with room management support","archived":false,"fork":false,"pushed_at":"2025-03-21T19:52:20.000Z","size":186,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T20:32:26.029Z","etag":null,"topics":["gameserver","highload","java","netty"],"latest_commit_sha":null,"homepage":"","language":"Java","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/tfkfan.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":"2023-08-24T09:12:47.000Z","updated_at":"2025-03-21T19:52:23.000Z","dependencies_parsed_at":"2024-09-20T10:00:39.195Z","dependency_job_id":null,"html_url":"https://github.com/tfkfan/netty-server-game-demo","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.28,"last_synced_commit":"d5a4db53bed84f6613032e5cf87a3815f300faab"},"previous_names":["tfkfan/gamenettyserverdemo","tfkfan/netty-server-game-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkfan%2Fnetty-server-game-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkfan%2Fnetty-server-game-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkfan%2Fnetty-server-game-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkfan%2Fnetty-server-game-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfkfan","download_url":"https://codeload.github.com/tfkfan/netty-server-game-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536981,"owners_count":21120683,"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":["gameserver","highload","java","netty"],"created_at":"2024-09-24T19:45:22.732Z","updated_at":"2025-04-12T07:42:13.712Z","avatar_url":"https://github.com/tfkfan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Game netty server demo\n\n# Attention! Highload java game server framework being in active development process now is available for usage and contribution.  If you like It - support this tool. https://github.com/tfkfan/orbital\n\nJava highload game server demo with netty features\nand matchmaking support\n\n### Build and run\n\n```\n./mvnw clean verify spring-boot:run\n```\n\n### Properties\n\nServer uses spring-boot-web to start http server, \ntherefore - all spring boot properties are available for usage.\nCustom properties are declared as ApplicationProperties.java.\n\napplication.yml:\n```\napplication:\n  server:\n    port: 8081\n    event-loop-threads: 1\n    worker-threads: 2\n    game-threads: 4\n  room:\n    start-delay: 5000\n    max-players: 1\n    loop-rate: 100\n```\nPort - particular websocket server port (not a web tomcat container port)\n\nEvent-loop-threads - master event loop threads used in netty server bootstrap setup\n\nWorker-threads - worker event loop threads used in netty server bootstrap setup\n\nGame-threads -  scheduled thread executor N threads adjusting game room scheduled events\n\nStart-delay - battle start delay\n\nMax-players - max players per room\n\nLoop-rate - game logic loop fixed rate\n\n### Html example\nSimple html/js example already included as a static web resources,\njust look at localhost:8080. Click login button and wait for game room and match start\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfkfan%2Fnetty-server-game-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfkfan%2Fnetty-server-game-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfkfan%2Fnetty-server-game-demo/lists"}