{"id":18772195,"url":"https://github.com/francescobarbieri/ds-project","last_synced_at":"2025-07-15T16:34:42.106Z","repository":{"id":251028550,"uuid":"809428567","full_name":"francescobarbieri/ds-project","owner":"francescobarbieri","description":"Domain Broker simulator - Distributed System Course's Project, Unimib 2024","archived":false,"fork":false,"pushed_at":"2024-06-29T13:04:16.000Z","size":9806,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T05:04:14.160Z","etag":null,"topics":["java","rest-api","servlet","socket","webserver"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/francescobarbieri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T16:57:26.000Z","updated_at":"2024-07-31T09:23:38.000Z","dependencies_parsed_at":"2024-07-31T11:56:31.134Z","dependency_job_id":null,"html_url":"https://github.com/francescobarbieri/ds-project","commit_stats":null,"previous_names":["francescobarbieri/ds-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/francescobarbieri/ds-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescobarbieri%2Fds-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescobarbieri%2Fds-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescobarbieri%2Fds-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescobarbieri%2Fds-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francescobarbieri","download_url":"https://codeload.github.com/francescobarbieri/ds-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescobarbieri%2Fds-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265445338,"owners_count":23766448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","rest-api","servlet","socket","webserver"],"created_at":"2024-11-07T19:28:08.211Z","updated_at":"2025-07-15T16:34:42.083Z","avatar_url":"https://github.com/francescobarbieri.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributed System Project 2023/2024 - Domain Broker\n\n## Group components\n\n* Francesco Barbieri 856375 f.barbieri17@campus.unimib.it\n\n## Description\n\nThe project consists of the design and development of a distributed application for the purchase and management of Internet domains.\n\nHere you can find the full [specification pdf](/_utils/specifications.pdf).\n\n![homepage](/_utils/1.png)\n![buy domain page](/_utils/2.png)\n![domains list page](/_utils/3.png)\n![order list page](/_utils/4.png)\n![register page](/_utils/5.png)\n\n## System Components\n\n- **Web Client**: Provides a user-friendly web interface for domain registration and management. It communicates with the Web Server via REST APIs.\n\n- **Web Server**: Handles domain management logic and serves as an intermediary between the Web Client and the database. It exposes REST APIs to the Web Client and utilizes a custom TCP socket-based protocol to communicate with the database.\n\n- **Database**: A minimal, document-oriented, agnostic database that stores data as unprocessed strings. It communicates with the Web Server via TCP sockets.\n\n## Compilation and Execution\n\nUsing Visual Studio Code:\n\n* Client Web: VS Code live server\n* Server Web: Open a new terminal and run `mvn jetty:run`\n* Database: Open a new terminal and run `mvn compile` first, then `mvn exeec:java`\n\n## Ports and addresses\nThe web server listens to the `localhost` address on port `8080`. The database listens to the same address as the web server but on port `3030`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescobarbieri%2Fds-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancescobarbieri%2Fds-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescobarbieri%2Fds-project/lists"}