Skip to content

SlaxNetwork/kyouko

Repository files navigation

Kyouko, a backend built with TypeScript.


Kyouko

Kyouko is the backend service holding Slax Network together.

The primary goal of implementing this backend was to consolidate persistent data and handle communication efficiently and allow developers to implement games onto Slax Network without having to worry about writing their own messy backend code to integrate with our system.

If you want to contribute to our project read our Contributing Guidelines beforehand.

Technologies

Kyouko, uses routing-controllers to handle routing and requests to our backend service, we use PostgreSQL to manage persistent data and Prisma to interface with that persisted data in our service.