GithubHelp home page GithubHelp logo

collyn / dragonboundre Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ox18/dragonboundre

0.0 0.0 0.0 325.9 MB

An educational Dragonbound reverse engineering project. - v133

Shell 0.01% JavaScript 97.74% TypeScript 0.48% HTML 0.13% EJS 1.65%

dragonboundre's Introduction

Announcement:

This project is being converted to a microservices architecture. If you want to know more about that implementation, I invite you to check this organization where I upload weekly updates. https://github.com/u-roboro

DragonboundRE (v133)

DragonboundRE is a project for educational purposes to learn more about Reverse Engineering in a web environment. The main goal of this project is to create a functional mock client that can be used to understand WebSocket based architectures. This can be used to get much better practice on developing applications with real-time data exchange.

Why Dragonbound?
Because Dragonbound is inspired by an old and fun game that is long gone. Another reason is that the animations used in this game [in the case of buttons, explosions and others] looks like a paper without animation.

Discord Group ๐Ÿ’ฌ
https://discord.gg/pApEqzeMEW

Projects

This repository consists of two projects.

This is the server emulator, where the data of what the client does is shared.

This is the project where the client will connect to the game.

Here is hosted the core of the entire application through an API Rest. The purpose is to make each service independent to achieve scalability.

Important

A reverse proxy is being used (only in the case of the web project) to avoid certain redundancies in the code. To access the web project from your browser, use port 4000 as indicated in nginx.

Instructions

Install the necessary dependencies for both projects

Open a terminal in each of the Client and Server project folders. Make sure you have installed NodeJS before. After that, in the terminal run the following command:

npm i

or if you use yarn

yarn

Execute projects

There is nothing more to do, just run the projects in a terminal each, with the command:

npm run start

o

yarn start



Personally, I prefer to use YARN for the effectiveness and speed it brings when installing dependencies but, the use of package manager is at your discretion. After going through several projects trying to do the same project, they lack objectivity and make the project a disaster. This project tries to solve the errors that present those other private servers that have a lot of failures. I am open to any idea or suggestion.

FOLDER TO NGINX

/usr/local/etc/nginx/

dragonboundre's People

Contributors

ox18 avatar rksmw avatar safedg avatar developer-rayquaza 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.