GithubHelp home page GithubHelp logo

itsamirrezah / ryujin-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 390 KB

Ryujin's server-side repository

License: GNU Affero General Public License v3.0

JavaScript 0.94% TypeScript 98.29% Dockerfile 0.77%
nestjs onitama socketio board-game multiplayer typescript

ryujin-server's Introduction

Ryujin-server

Ryujin is a web-based multiplayer game inspired by the popular board game Onitama. This repository holds the server-side setup needed to make Ryujin's multiplayer gameplay possible. If you're interested in exploring the frontend side of Ryujin, you can check it out at Ryujin-web

Third Party Libraries

Below are the external dependencies integrated into this project:

  • NestJS A progressive Node.js framework for building efficient, reliable, and scalable server-side applications.
  • Socket.IO A library that enables real-time, bidirectional, and event-based communication between web clients and servers.
  • ioredis A robust, full-featured Redis client for Node.js that provides high performance and reliability.
  • Prisma An Object-Relational Mapping (ORM) library for TypeScript and JavaScript, simplifying database interactions with powerful features for managing entities, relationships, and queries.

Usage

  • Copy the .env.template file named .env in the root directory of the project and fill in the necessary environment variables in the .env file based on your configuration requirements
  • Ensure you have Docker and Docker Compose installed on your system. open the docker-compose.yml and customize the configuration of the services as needed.
  • Start the PostgresSQL and Redis services defined in docker-dompose.yml by executing the following command:
docker-compose up -d
  • Make sure you install needed dependencies
npm install
  • Run the following command to start the NestJS server
npm run start:dev

ryujin-server's People

Contributors

itsamirrezah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.