Skip to content

oslokommune/bordtennis-nexus-service

Repository files navigation

Bordtennis Nexus Service

Motivation

This service adresses the need to connect players together. If two players each go to https://bordtennis.oslo.systems/epicmatch, their scoreboards will be linked. Any updates will propagate to both scoreboards.

This can enable IOT devices to manipulate the scoreboards, or to present a scoreboard on a screen for more to see.

Usage

Use make run to start the server locally. The server will be available at http://localhost:3000.

Stack

Contribute

See CONTRIBUTING.md

Production pipeline

flowchart LR
    A[Push to main] ==> B[Github Actions]
		B ==> C[Fly.io]
		click C href "https://fly.io" "Open fly.io"
Loading