Skip to content

int04/dragon-ball-h5-MMO-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Ball Online Server

  1. Introduction

  2. Source code and requirements

    • Cluster
    • Nodejs
    • Redis
      • Used to store temporary player data.
    • Mysql
      • Used for long-term data storage.
    • The communication protocol with the client uses socket.io.
    • Additionally, the Cluster system has been implemented to optimize the server's performance with the system's resources. It helps handle a large number of players.
    • The system shares communication between CPU and RAM with different pidIDs.
  3. Installation

    • Make sure your system has Nodejs, Redis, and MySql installed.
    • Run npm install i.
    • Open the .env file to configure the MySql parameters.
    • Upload the database.sql file to MySql.
    • Run Node server.js.
    • Enter the game to experience it.
  4. Contribution and license

    • Open-source code, no license, anyone with this source code can use it.
    • The server is written by int04.
  5. References

About

Dragon Ball Online H5 MMO - Chú bé rồng H5 Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published