📝Compiling and cloning

Tachyon will always try maintain itself with the L.T.S. (Long Term Support) version of Java.

Projects

There are 3 projects in the current Tachyon repository, each are explained down below.

Project
Use

api

This is the API module of Tachyon, it contains all source code a developer can use to modify Tachyon to their liking, including a plugin system

server

This is the standalone server for Tachyon, it contains the lower level handling of the API abstractions and code to actually make the server run, if you want to create a Tachyon server, build this.

example-plugin

An example plugin written to showcase how the plugin API works for Tachyon

Last updated