- Express - Http(s) Server
- protobuf-ts - Used for serializing/deserializing data sent from the Client to the Server and vice versa.
- kcp-ts - A Fast and Reliable ARQ Protocol (Supports 0ms ping)
1.Clone the Github Repository
git clone https://github.com/MoonlightPS/MoonlightTS.git
2.Extract and open the repository in the Terminal
# Assuming that you are in Windows
cd MoonlightTS
3.Put Resources in the following folder:
src/data/resources/
4.Run the following
npm install
npm start