{"id":39673508,"url":"https://github.com/glenndehaan/csgo-matchmaking","last_synced_at":"2026-01-18T09:42:03.225Z","repository":{"id":54930925,"uuid":"106136269","full_name":"glenndehaan/csgo-matchmaking","owner":"glenndehaan","description":"A matchmaking alternative for CSGO","archived":false,"fork":false,"pushed_at":"2023-03-01T09:04:20.000Z","size":412,"stargazers_count":29,"open_issues_count":11,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-03-05T00:26:34.403Z","etag":null,"topics":["csgo","matchmaking","nodejs","socket-io"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glenndehaan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"liberapay":"glenndehaan"}},"created_at":"2017-10-07T23:05:15.000Z","updated_at":"2022-08-07T16:08:14.000Z","dependencies_parsed_at":"2023-01-24T02:00:52.573Z","dependency_job_id":null,"html_url":"https://github.com/glenndehaan/csgo-matchmaking","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/glenndehaan/csgo-matchmaking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenndehaan%2Fcsgo-matchmaking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenndehaan%2Fcsgo-matchmaking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenndehaan%2Fcsgo-matchmaking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenndehaan%2Fcsgo-matchmaking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glenndehaan","download_url":"https://codeload.github.com/glenndehaan/csgo-matchmaking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glenndehaan%2Fcsgo-matchmaking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csgo","matchmaking","nodejs","socket-io"],"created_at":"2026-01-18T09:42:03.141Z","updated_at":"2026-01-18T09:42:03.211Z","avatar_url":"https://github.com/glenndehaan.png","language":"JavaScript","funding_links":["https://liberapay.com/glenndehaan"],"categories":[],"sub_categories":[],"readme":"# Counter-Strike Global Offensive Matchmaking\n\nAn alternative to the normal integrated matchmaking\n\n[![Build Status](https://travis-ci.org/glenndehaan/csgo-matchmaking.svg?branch=master)](https://travis-ci.org/glenndehaan/csgo-matchmaking) [![Coverage Status](https://coveralls.io/repos/github/glenndehaan/csgo-matchmaking/badge.svg?branch=master)](https://coveralls.io/github/glenndehaan/csgo-matchmaking?branch=master) ![dependencies](https://david-dm.org/glenndehaan/csgo-matchmaking.svg)\n\n## Structure\n### Server\n- NodeJS\n- ES6\n- Simple Node Logger\n- JsonDB\n- Socket.io\n- pkg\n\n### Client\n- NodeJS\n- ES6\n- Simple Node Logger\n- Socket.io client\n- pkg\n\n### Test\n- NodeJS\n- ES6\n- Mocha\n\n## Basic Usage\n- Install NodeJS 8.0 or higher\n- For both server and client copy the `config.example.js` to `config.js` and change the vars to your needs\n- cd into the server folder and run `npm install` and `npm start`\n- cd into the client folder and run `npm install` and `npm start`\n- That's it. You should see the client connect to the server.\n\n## Build\n- Install NodeJS 8.0 or higher\n- cd into the server folder run `npm install` and `npm run build`\n- cd into the client folder run `npm install` and `npm run build`\n- The compiled files are in `server/build` and `client/build`\n\n## Test\n- Install NodeJS 8.0 or higher\n- cd into the server folder run `npm install` and `npm test`\n\n## Logging\nAll logs will be written to the `csgo-matchmaking.log` file in the node folder.\n\nTo increase the logging change the logLevel in the config.js file from info to debug.\n\n## Database\nTo make this as simple as it is I use a local Json database.\n\nCheckout `csgo-matchmaking.json` since this is the db file.\n\n## Inspiration\nSocket.IO Client for Client backend: https://github.com/socketio/socket.io-client\nAutomated testing for Server and Client: https://mochajs.org/\nTesting Socket.IO in Mocka example:\n\n- http://liamkaufman.com/blog/2012/01/28/testing-socketio-with-mocha-should-and-socketio-client/\n- https://github.com/liamks/Testing-Socket.IO/blob/master/test/test-chat-server.js\n\nClient CSGO integration: https://github.com/joshuaferrara/node-csgo\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglenndehaan%2Fcsgo-matchmaking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglenndehaan%2Fcsgo-matchmaking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglenndehaan%2Fcsgo-matchmaking/lists"}