{"id":42013602,"url":"https://github.com/runejs/server","last_synced_at":"2026-01-26T02:45:39.012Z","repository":{"id":42686219,"uuid":"229809105","full_name":"runejs/server","owner":"runejs","description":"RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.","archived":false,"fork":false,"pushed_at":"2025-09-24T22:48:54.000Z","size":64442,"stargazers_count":270,"open_issues_count":33,"forks_count":90,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-10-13T09:15:50.598Z","etag":null,"topics":["babel","emulator","game-cache","game-server","javascript","javascript-game-engine","nodejs","nodejs-game","runejs","runejs-applications","runescape","runescape-2006","runescape-377","runescape-435","runescape-api","runescape-emulator","runescape-server-emulator","server-runejs","typescript","typescript-game-engine"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runejs.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":"2019-12-23T19:11:32.000Z","updated_at":"2025-10-12T09:40:19.000Z","dependencies_parsed_at":"2023-02-10T10:31:31.291Z","dependency_job_id":"90f6a3ce-9d53-460f-9da6-566c6a34bf31","html_url":"https://github.com/runejs/server","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/runejs/server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runejs","download_url":"https://codeload.github.com/runejs/server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runejs%2Fserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["babel","emulator","game-cache","game-server","javascript","javascript-game-engine","nodejs","nodejs-game","runejs","runejs-applications","runescape","runescape-2006","runescape-377","runescape-435","runescape-api","runescape-emulator","runescape-server-emulator","server-runejs","typescript","typescript-game-engine"],"created_at":"2026-01-26T02:45:37.494Z","updated_at":"2026-01-26T02:45:39.004Z","avatar_url":"https://github.com/runejs.png","language":"TypeScript","readme":"[![RuneJS Discord Server](https://img.shields.io/discord/678751302297059336?label=RuneJS%20Discord\u0026logo=discord)](https://discord.gg/5P74nSh)\n\n[![RuneJS](https://i.imgur.com/QSXNzwC.png)](https://github.com/runejs/)\n\n# RuneJS Game Server\n\nRuneJS is a RuneScape game server written in TypeScript and JavaScript. The aim of this project is to create a game server that is both fun and easy to use, while also providing simple content development systems.\n\nThe game server currently runs a build of RuneScape from October 30th-31st, 2006 (game build #435). No other builds are supported at this time, but may become available in the future.\n\n**RuneJS is completely open-source and open to all pull requests and/or issues. Many plugins have been added by contributor pull requests and we're always happy to have more!**\n\n![RuneJS Lumbridge](https://i.imgur.com/KVCqKSb.png)\n\n## Setup\n\n### Prerequisites\n\n- [`docker`](https://docs.docker.com/get-docker/) and [`docker-compose`](https://docs.docker.com/compose/install/)\n  - If on Windows, `docker-compose` comes with `docker`\n\n### Running the Game Server\n\n1. Copy the `config/server-config.example.json` and paste it into the same folder using the name `server-config.json`\n2. Go into your new `server-config.json` file and modify your RSA modulus and exponent with the ones matching your game client\n    - You may also modify the server's port and host address from this configuration file\n3. Build the docker image with `docker-compose build`\n4. Run the game server with `docker-compose up`\n\nThe game server will spin up and be accessible via port 43594.\n\n## Game Client\n\nThe [RuneScape Java Client #435](https://github.com/runejs/refactored-client-435) must be used to log into a RuneJS game server.\n\n## Additional Commands\n\nBefore running these commands, you must:\n\n1. have [NodeJS **version 18 or higher**](https://nodejs.org/en/) installed on your machine\n2. run `npm install` from the root of this project\n\n* `npm run game` Launches the game server by itself without building\n* `npm run game:dev` Builds and launches the game server by itself in watch mode\n* `npm run login` Launches the login server by itself without building\n* `npm run update` Launches the update server by itself without building\n* `npm run infra` Launches both the login and update server without building\n* `npm run standalone` Launches all three servers concurrently without building\n* `npm run build:watch` Builds the application and watches for changes\n* `npm run build` Builds the application\n* `npm run lint` Runs Biome in linting mode, use `lint:fix` to autofix\n* `npm run format` Runs Biome in formatting mode, use `format:fix` to autofix\n* `npm run test` Runs all tests with Jest\n* `npm run typecheck` Typechecks the project\n* `npm run fin` Combines lint:fix, format:fix, test and typecheck into a single command\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunejs%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunejs%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunejs%2Fserver/lists"}