Files
zkldi_Tachi/server
2021-09-29 00:18:43 +01:00
..
2021-07-29 00:29:31 +01:00
2021-09-27 23:35:48 +01:00
2021-09-29 00:18:43 +01:00
2021-08-10 22:44:21 +01:00
2021-04-09 19:44:15 +01:00
2021-09-01 06:26:37 +01:00
2021-05-20 09:30:49 +01:00
2021-09-28 22:50:21 +01:00
2021-09-28 22:50:21 +01:00

Tachi-Server

codecov

Tachi-Server is the backend for Tachi.

Tachi itself is a supercharged Rhythm Game Score Tracker, powering multiple games!

What's it do?

  • Hosts an express backend server.
  • Opens a public API on /api.
  • Supports various IR frameworks under /ir
  • Powers a ridiculously overengineered score import framework.

Other Repos

tachi-server is one part of the larger Tachi framework. Other repositories include:

tachi-common: Common Types and Utilities for Tachi. (Stuff that's shared between the client and the server, basically.

tachi-docs: Documentation for Tachi.

tachi-db-importer: A UI for importing local database files to Tachi.

tachi-bot: A discord bot that integrates with the Tachi API.

Where's the client?

The client code is private. However, making a client is definitely not the hard part here, and you're completely free to make your own.

Documentation

Over here!