📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@socialgorithm/tournament-server

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socialgorithm/tournament-server

Socialgorithm Tournament Server

10.6.0
latest
Source
npm
Version published
Weekly downloads
40
53.85%
Maintainers
4
Weekly downloads
 
Created
Source

Tournament Server

npm version

Game-agnostic tournament server

Run

An online version of this server is always running at server.socialgorithm.org, deployed using DigitalOcean.

To run locally:

$ npx @socialgorithm/tournament-server -h

tournament-server v10.0.0

  Socialgorithm Tournament Server

Options

...

Developer Guide

Clone the repo locally and run npm install. Once dependencies are installed you can run:

$ npm run start:dev

This will run the typescript compiler and start the server, restarting the server whenever a file changes.

Debugging

The server uses the debug library to aid debugging. Simply run:

DEBUG=sg:* npm run start:dev

This will enable verbose logging of Socialgorithm related messages (use * to log everything).

Keywords

socialgorithm

FAQs

Package last updated on 27 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts