Files
zkldi_Tachi/server
..
2021-11-09 17:06:27 +00:00
2021-08-10 22:44:21 +01:00
2022-01-27 21:17:17 +00:00
2022-06-30 00:47:39 +01:00
2021-05-20 09:30:49 +01:00
2022-06-30 01:20:59 +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-client: A React frontend for an instance of tachi-server.

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-import-scripts: A UI for converting local files into Batch-Manual format, then uploading to Tachi.

tachi-beatoraja-ir: A beatoraja IR client for integrating with Tachi.

tachi-database-seeds: Backbone data for Tachi, such as song and chart information. Free to use.

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

Documentation

Over here!