📝Compiling and cloning
Last updated
Last updated
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