Skip to content
forked from boba-ps/boba-ps

Rewritten version of BobaPS, includes better features than the other version.

License

Notifications You must be signed in to change notification settings

lassedds/boba-ps

 
 

Repository files navigation

BobaPS-Rewrite

BobaPS is an experimental server reimplementation for a certain anime game written in TypeScript.

Documentation

Technologies used

  • 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

Usage

(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

About

Rewritten version of BobaPS, includes better features than the other version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%