{"id":16520358,"url":"https://github.com/piflyer/hackathon-2023","last_synced_at":"2026-05-17T00:05:28.890Z","repository":{"id":104293613,"uuid":"588758032","full_name":"Piflyer/Hackathon-2023","owner":"Piflyer","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-22T19:55:48.000Z","size":5101,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T10:35:09.065Z","etag":null,"topics":["a-frame","easyrtc","metaverse","networked-aframe","webrtc"],"latest_commit_sha":null,"homepage":"https://meet.thisistim.dev/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Piflyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-13T23:18:55.000Z","updated_at":"2023-02-12T17:24:59.000Z","dependencies_parsed_at":"2023-11-15T01:42:43.500Z","dependency_job_id":"b39885b0-7a0f-49a3-ab4b-66f42b62f889","html_url":"https://github.com/Piflyer/Hackathon-2023","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piflyer%2FHackathon-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piflyer%2FHackathon-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piflyer%2FHackathon-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piflyer%2FHackathon-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Piflyer","download_url":"https://codeload.github.com/Piflyer/Hackathon-2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587917,"owners_count":19986627,"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":["a-frame","easyrtc","metaverse","networked-aframe","webrtc"],"created_at":"2024-10-11T16:50:34.420Z","updated_at":"2025-10-11T11:13:37.808Z","avatar_url":"https://github.com/Piflyer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hackathon-2023\n[Sid](https://github.com/Sid220) and I worked on a mini metaverse that functions a video calling site. This can be used as a virtual hangout and get together for distant friends and family.\n\nView it live [here.](https://winterwonderland.plios.tech/)\n\n## Specs:\n* Used Aframe.js and Networked Aframe\n* JS based\n* Lightweight enough for Raspberry Pi\n\n## Installation:\n\n1) Clone the project by running:\n\n`git clone https://github.com/Piflyer/Hackathon-2023.git`\n\n2) Install the necessary dependencies for the backend:\n\n`cd Hackathon-2023 \u0026\u0026 npm install`\n\n3) Run the backend on your local network:\n\n`npm run start \u0026`\n\n4) Configure to use your database and node server\n\n`cp conf.ex.php conf.php \u0026\u0026 nano conf.php`\n\n5) Run the frontend by pointing your server of choice to the `public` directory, for example with NGINX\n\n```nginx\nserver {\n     root /directory/to/winterwonderland/public;\n     index index.php index.html index.htm;\n     server_name winterwonderland.mydomain.com;\n     location / {\n           try_files $uri $uri/ =404;\n     }\n     location ~ \\.php$ {\n           include snippets/fastcgi-php.conf;\n           # Make sure you use your correct PHP version\n           fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;\n     }\n\n    listen 80;\n}\n```\n\n5) Create tables by running `db.sql`\n\n6) (Optional) Automatically discard older rooms by running a webcron:\n\n`curl https://interwonderland.mydomain.com/internals/purge_rooms.json.php?pass=PURGE_PASS`\n\n## Configuration Options:\n\n| Name            | Description                                                  |\n|-----------------|--------------------------------------------------------------|\n| DATABASE_SERVER | Server of the database                                       |\n| DATABASE_USER   | User of the database which has write access to DATABASE_NAME |\n| DATABASE_PASS   | Password of DATABASE_USER                                    |\n| DATABASE_NAME   | Name of database you have created tables for                 |\n| NODE_SERVER     | Server running NPM command                                   |\n| PURGE_PASS      | Password used to remove older rooms                          |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiflyer%2Fhackathon-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiflyer%2Fhackathon-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiflyer%2Fhackathon-2023/lists"}