{"id":13740662,"url":"https://github.com/euhmeuh/web-galaxy","last_synced_at":"2026-02-15T23:02:37.186Z","repository":{"id":62424477,"uuid":"128263338","full_name":"euhmeuh/web-galaxy","owner":"euhmeuh","description":"A minimalist web framework for the Racket web-server","archived":false,"fork":false,"pushed_at":"2023-03-10T07:20:34.000Z","size":31,"stargazers_count":27,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T00:34:24.133Z","etag":null,"topics":["racket","racket-library","web-galaxy"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/euhmeuh.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}},"created_at":"2018-04-05T20:56:02.000Z","updated_at":"2022-08-10T01:01:54.000Z","dependencies_parsed_at":"2024-01-07T18:07:02.267Z","dependency_job_id":null,"html_url":"https://github.com/euhmeuh/web-galaxy","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/euhmeuh%2Fweb-galaxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euhmeuh%2Fweb-galaxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euhmeuh%2Fweb-galaxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euhmeuh%2Fweb-galaxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euhmeuh","download_url":"https://codeload.github.com/euhmeuh/web-galaxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243301123,"owners_count":20269287,"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":["racket","racket-library","web-galaxy"],"created_at":"2024-08-03T04:00:51.036Z","updated_at":"2025-10-08T09:15:11.762Z","avatar_url":"https://github.com/euhmeuh.png","language":"Racket","funding_links":[],"categories":["Racket","Web Frameworks"],"sub_categories":[],"readme":"# web-galaxy\nA minimalist web framework for the Racket web-server\n\n## Installation\n\nThe library is in a **very early stage of development**, but is already used in most of my web projects and available in the Racket package repository:\n\n```\nraco pkg install web-galaxy\n```\n\n## Example\n\nYou can find a very simple blog written with `web-galaxy` in the [test folder](https://github.com/euhmeuh/web-galaxy/tree/master/web-galaxy-test/tests/web-galaxy/pony-blog).\n\n## Features\n\n`web-galaxy` is heavily based on the standard Racket `web-server` library.\nIt provides simple tools for building a web site that `web-server` does not provide but are pretty much always required in web projects:\n- a **translation** system based on the Scheme standard SRFI 29\n- a **date** system based on the Scheme standard SRFI 19\n- a simple HTML page generator based on s-expressions\n- a component system for HTML elements (called **entities**)\n- a preconfigured **logging** system\n- a preconfigured server so that you don't have to know every inner-workings of the Racket `web-server`, configurable step by step using parameters\n\nThe aim of this library is to stay as simple and light as possible by using Scheme standards and basic Racket libraries, but still provide an easy \"all-in-one\" package to start developing web sites in Racket.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuhmeuh%2Fweb-galaxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuhmeuh%2Fweb-galaxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuhmeuh%2Fweb-galaxy/lists"}