BobaPS is an experimental server reimplementation for a certain anime game written in TypeScript.
- See Documentation.
- Fastify - Http(s) Server
- prisma - ORM (Object Relational Mapping) for Database
- protobufjs - Used for serializing/deserializing data sent from the Client to the Server and vice versa.
- node-kcp - A Fast and Reliable ARQ Protocol
(Assuming that you already have Fiddler/mitmproxy/hosts set up)
1.Clone the Github Repository
git clone https://github.com/boba-ps/BobaPS-Rewrite.git
2.Extract and open the repository in the Terminal
# Assuming that you are in Windows
cd C:\path\to\the\repo\BobaPS-Rewrite
3.Run the following
yarn
yarn start-dev