An alternative to the normal integrated matchmaking
config.example.js
to config.js
and change the vars to your needsnpm install
and npm start
npm install
and npm start
npm install
and npm run build
npm install
and npm run build
server/build
and client/build
npm install
and npm test
All logs will be written to the csgo-matchmaking.log
file in the node folder.
To increase the logging change the logLevel in the config.js file from info to debug.
To make this as simple as it is I use a local Json database.
Checkout csgo-matchmaking.json
since this is the db file.
Socket.IO Client for Client backend: https://github.com/socketio/socket.io-client Automated testing for Server and Client: https://mochajs.org/ Testing Socket.IO in Mocka example:
Client CSGO integration: https://github.com/joshuaferrara/node-csgo
MIT