Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.31 KB

Trivia Server App


TriviaServer is a client-server project game

About

It is a server-side application whose function is to initialize the database (questions and players) from json files, transforming them into an "AVL Tree" data structure. On the other hand, it is also responsible for managing the instances that are created through sockets, responding to requests from clients through messages in json format and updating the database.

Getting Started

For the proper functioning of the application it is recommended the next prerequisites.

Prerequisites

  • Java SE 17 or older.
  • Set the scale of the screen resolution to 100%.

Usage

First run the server application, then the Runner inside the run package of the server application

Built Using

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details