Skip to content

lkellar/uttt-backend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

UTTT-Backend

A websocket server that acts as a backend to uttt-frontend.

Installation

Only prerequisite is a running redis server. Then, just clone the repo, run yarn; tsc;.

Then running node bin/server.js will start up the server.

If a UTTT_BACKEND_DSN environment variable is set, it'll use Sentry error reporting.

If a UTTT_BACKEND_WORDS_LOC environment variable is set, it'll look at this file location for the words.json file instead of just ./words.json

Usage

The API is documented at endpoints.md

About

Websocket Server for Ultimate Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published