{"id":23608233,"url":"https://github.com/adrianocleao/ssr-metaverse","last_synced_at":"2026-05-18T10:10:09.580Z","repository":{"id":269896257,"uuid":"908762928","full_name":"AdrianoCLeao/ssr-metaverse","owner":"AdrianoCLeao","description":"A server-side rendering (SSR) implementation in Go, designed for a metaverse-like virtual world.","archived":false,"fork":false,"pushed_at":"2025-02-11T20:24:18.000Z","size":147,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T20:26:00.734Z","etag":null,"topics":["aframe","backend","golang","metaverse","server-side-rendering","vr","webxr"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdrianoCLeao.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":"2024-12-26T22:50:42.000Z","updated_at":"2025-02-11T19:25:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"99869fed-1442-4a3d-8048-adcd3a0da45f","html_url":"https://github.com/AdrianoCLeao/ssr-metaverse","commit_stats":null,"previous_names":["adrianocleao/ssr-metaverse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoCLeao%2Fssr-metaverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoCLeao%2Fssr-metaverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoCLeao%2Fssr-metaverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoCLeao%2Fssr-metaverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianoCLeao","download_url":"https://codeload.github.com/AdrianoCLeao/ssr-metaverse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239467461,"owners_count":19643604,"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":["aframe","backend","golang","metaverse","server-side-rendering","vr","webxr"],"created_at":"2024-12-27T14:12:57.813Z","updated_at":"2025-11-05T16:30:37.998Z","avatar_url":"https://github.com/AdrianoCLeao.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Server Side Rendering on a Metaverse\n\nA starting point for a metaverse-like server, heavily inspired by [Reticulum](https://github.com/Hubs-Foundation/reticulum).\n\n## Table of Contents\n\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Makefile Commands](#commands)\n\n\n## Features\n\n- **Server Side Rendering (SSR):** Delivers pre-rendered content for better SEO and performance.\n- **RESTful API:** Provides endpoints for user authentication, management, and additional features.\n- **Swagger Documentation:** Auto-generated API documentation.\n- **Dockerized Environment:** Easily build and run the application with Docker and Docker Compose.\n- **Makefile Automation:** Simplifies tasks such as building, testing, and generating documentation.\n\n## Prerequisites\n\n- [Go](https://golang.org/) **1.22** or later\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Getting Started\n1. **Clone the Repository:**\n```bash\ngit clone https://github.com/AdrianoCLeao/ssr-metaverse.git\ncd ssr-metaverse\n```\n\n2. **Set Environment Variables:**\nCreate a `.env` file in the root directory or set the following variables in your environment:\n```env\nJWT_SECRET=secret\nDB_HOST=db\nDB_PORT=5432\nDB_USER=postgres\nDB_PASSWORD=postgres\nDB_NAME=metaverse\n```\n\n3. **Build and Run Locally:**\n```bash\nmake build\nmake up\n```\n\nThe server will be accessible at  [http://localhost:8080](http://localhost:8080). \nYou can test the health of the database on the /health route. \n## Commands\n\nThe available commands are:\n\n - `make build`: \nBuild the Docker image using Docker Compose.\n\n - `make up`: \nStart the containers in detached mode using Docker Compose.\n\n - `make down`: \nStop and remove Docker containers.\n\n - `make logs`: \nDisplay logs of the \"app\" container.\n\n - `make docs`: \nGenerate Swagger documentation using the swag CLI.\n\n - `make clean`: \nRemove the locally generated binary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianocleao%2Fssr-metaverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianocleao%2Fssr-metaverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianocleao%2Fssr-metaverse/lists"}